Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

44
votes
12answers
10k views

TypeLoadException says 'no implementation', but it is implemented

(I spent a few hours yesterday fighting with this problem, couldn't find any solutions here or anywhere else, so I'm adding this here for anyone else who has this problem.) I've got a very weird bug ...
8
votes
2answers
595 views

Understanding Fusion Trees?

I stumbled across the Wikipedia page for them: http://en.wikipedia.org/wiki/Fusion_tree And I read the class notes pdfs linked at the bottom, but it gets hand-wavy about the data structure itself ...
5
votes
4answers
1k views

.NET executable won't load referenced assemblies when started from \\localhost\xyz

My .NET executable abc.exe references several assemblies. One of them is called xyz.core.exe. I have trouble getting it to work when it is being started from a network location specified through a ...
4
votes
2answers
509 views

Advice for Delphi Development on a Mac?

I've started developing with Delphi on the Mac and thought I would share my observations and see if anyone else had any advice or tips for Mac development with Delphi. A while back I had some comment ...
4
votes
5answers
3k views

32 or 64 bit DLL loading from .Net managed code

I have a unmanaged DLL (the scilexer.dll of Scintilla code editor, used by Scintilla.Net from CodePlex) that is loaded from a managed application trough the Scintilla.Net component. The windows ...
3
votes
1answer
464 views

Does Drools Fusion have a concept of “now”?

I'm trying to write a rule that delays firing until, at least, 15 minutes have passed since the last firing. However, the temporal operators in Drools Fusion only allow reasoning about two events in ...
3
votes
1answer
389 views

Linking to a .Net v2.0 assembly from a .Net v4.0 assembly also appears to link (and alias) mscorlib v2.0. Why?

I have a .Net assembly which imports an assembly linked against the v2.0 runtime. The problem I'm having is that when I try to run some tests on my assembly, Fusion trys to load the wrong version of a ...
3
votes
3answers
1k views

How to solve: Custom MSBuild task requires assembly outside of AppBase

I have a custom Task that I want to execute when building my C# projects. This task is located in MyTask.dll, which references another assembly, MyCommon.DLL. The problem is that MyCommon.dll is ...
2
votes
1answer
28 views

Win32 App Compat: Is there a manifest entry to opt my application out of NoExecute?

Is there an assembly manifest (or perhaps a PE Image flag) to opt-out of (or opt-in to) NoExecute protection? By default, Windows only protects its own binaries with NoExecute protection: But i ...
2
votes
1answer
375 views

Assembly binding error - fusion log and dependency browser mismatch

I'm chasing down an assembly loading/binding error that has popped up recently. During my investigation I've found a confusing contradiction (assuming I'm parsing the fusion log correctly). The ...
2
votes
2answers
434 views

Find fully qualified .NET assembly name programmatically (from simple name, for given .NET version)?

My goal is to display a .NET Windows forms message box from a pure C++ native Windows API-level program (not managed C++ or C++/CLI). That is, for learning purposes I want to implementing the C# code ...
2
votes
1answer
148 views

.NET Fusion logger: What is the difference between Default and Native Images?

In the .NET fusion logger (FUSLOGVW.exe) what do the two options in the lower right of the screen do? Log Categories + Default + Native Images And how can I use either one to diagnose a ...
2
votes
6answers
246 views

Javascript via Ajax

How can i start javascript via ajax ? html file <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>FusionCharts 3.0 ...
2
votes
1answer
839 views

Specify Search Path for .net assembly binding/Fusion in app.config?

I have an application that depends on other .net assemblies. When I start the application, I get an error that an assembly or one of its dependencies cannot be loaded. I do not want to put the ...
2
votes
2answers
746 views

How to register a non-strong-name assembly to be loaded as if it were in the GAC?

One of our partners provided us with an assembly we need to access from our application. Unfortunately, this is not strong-name so we can't install it to the GAC. And we can't place it in the same ...
2
votes
2answers
588 views

Can I determine what triggered an assembly load?

When windows service installer is bombing out with a "Error 1001. Unable to get installer types in the MyService.exe assembly." So it can't load MyServiceInstaller. Fusion logging is showing me ...
1
vote
1answer
37 views

Unable to do changes on Goole Fusion Tables (like insert, add table, etc.)

I would like to write a small Google Chrome extension in which I use gooles fusion tables as a central data base. Using existing tables and data (added via the GooleDoc-Webside) works quite fine ...
1
vote
2answers
163 views

How to add an assembly manifest to a .NET executable?

How can i add an assembly manifest to my .NET executable? An assembly manifest is is an XML file that is added to a .NET portable executable (PE) with resource type RT_MANIFEST (24). Assembly ...
1
vote
1answer
150 views

zend google fusion table update

As anyone any idea on how to update a table in google fusion using Zend framework? I can get the data: $url = "https://www.google.com/fusiontables/api/query?sql=SELECT%20name%20FROM%201695591"; ...
1
vote
3answers
65 views

How to fusion two content elements? / Does an all in one content element exist?

I need a content element that cointains apsects from the "Textpic" and the "Media" content elements. Basically I need the whole palette of input masks of the textpic CE (headline, rte text, images) ...
1
vote
1answer
301 views

Delphi, Winhttp, Google Login, Fusion Tables

This is the continue of my previous question: Delphi, WebBrowser, Google Login, FusionTable But the test with WinHTTP also failed as TWebBrowser based test... And this is one question as you ...
1
vote
0answers
83 views

Alternative to Fusion Log Viewer?

Are there any alternative Fusion Log Viewer programs, other than Fuslogvw.exe, or directing the Fusion log output to your own directory and then examining the tons of HTM files by hand? My two main ...
1
vote
1answer
141 views

Assembly Version Loading Problem and SQL CE

I have an application that utilizes SQL CE 3.5 and the Entity Framework from .NET 3.5. We encountered a known issue with SQL CE 3.5 SP2 RTM that causes application crashes. As a result, we obtained ...
1
vote
2answers
237 views

Planning on Trying out Oracle ADF Technology

I'd like to try the Oracle ADF technology and have tried a sample step by step tutorials on the oracle sites. Judging from what I have seen, here's my personal comments. Drag and Drop operations. ...
1
vote
1answer
96 views

VMWare Fusion test suite

I just got VMWare Fusion installed in order to have a test suite for cross-compatibility on websites etc. I need to be able to test for Internet Explorer 7 and 8. Am I right in assuming I should ...
1
vote
1answer
394 views

syncing database with google fusion table

I am having troubles figuring out the google api.. i am trying to insert data into my fusion table via my coldfusion application.. <cfhttp url="https://www.google.com/accounts/ClientLogin" ...
1
vote
0answers
41 views

Is there a way to receive machine-wide assembly bind events?

For kicks, I've been looking for a way to monitor machine-wide assembly bind events (similar to what the Fusion Log Viewer does). However, I can't seem to find anything that would do what I want in ...
1
vote
1answer
470 views

Solving Assembly not Found | FileNotFoundException | Fusion Log

I am trying to deploy my solution package (wsp) to SharePoint 2007 environment. The WSP contains a feature which loads the feature receiver class to deploy a timer job at run time. While deploying ...
1
vote
2answers
122 views

Fully Qualified Type Resolution in .NET

Simple question (comes up in SharePoint 2010, but that's not really relevant). How does: <add name="LdapMembershipProvider" type="Microsoft.Office.Server.Security.LdapMembershipProvider, ...
1
vote
0answers
253 views

Installing Win32 shared SxS policy via WiX 3.0 MSM fails for 2nd app

I am attempting to author a merge module for use by multiple application installers to install a Win32 Shared SxS Assembly and its associated Policy. I'm using WiX 3.0 to generate the MSM and test ...
1
vote
1answer
145 views

VMWare Fusion 3 on Mac Delete Snap Shot

I turned on AutoProtect and then decided I didn't want it. I found a several Gig size file in my VM folder. I tried to delete it after Shutting Down the VM (Win 7) But when I restarted Win 7 it ...
1
vote
2answers
462 views

When does the CLR try to load a referenced assembly?

I want to write a small installer app that installs a web site and creates IIS virtual directories. The app should run on Windows XP/Server 2003 (IIS 6) as well as on Vista/2008 (IIS 7). The problem ...
1
vote
2answers
2k views

IBM WebSphere vs Oracle Fusion

I have been asked to research the advantages/disadvantages the two application servers, but am new to the space and am having a terrible time finding an unbiased comparison of the two platforms. I ...
0
votes
0answers
36 views

Sensor fusion with compass and gyroscope: between 0 and 360 degrees

I'm developing a small indoor navigation app in which I use the gyro and the compass for the device orientation. I use the gyro to smooth the compass data. My sensor fusion looks like the following. ...
0
votes
2answers
16 views

Why does .NET runtime / Fusion not always load all referenced assemblies from the manifest?

This all started because I am trying to FxCop analyze my assembly, which references CrystalReports. Every time I do, FxCop can't find a reference to an assembly named ...
0
votes
1answer
33 views

Google fusion table

My client have shared a google fusion table with me with permission "can edit". I am using a php client program using curl to connect to fusion table The table name contains 2 words like "xyz abc". ...
0
votes
1answer
17 views

Error consuming .Net Web service in Oracle Fusion SOA

Our client has provided .Net 4.0 based Web service which we are trying to consume in Oracle Fusion SOA 12. .Net web method passes data in XML format. While consuming .Net Web service WSDL, Oracle ...
0
votes
1answer
78 views

How to implement Data push(server push) in worklist application

I am planning to implement Server Push functionality in human workflow. Say when a task is assigned to a group and any of the group member updated the task, it has to update the task status ...
0
votes
1answer
88 views

Why won't my program look in the GAC for an assembly?

I have a service that loads a bunch of assemblies as plugins. Each of these plugins reference a common assembly that is installed in the GAC. For some reason, some of the plugins are able to ...
0
votes
0answers
15 views

Fusion Web Application works on Java EE platform

Now I'm using Oracle JDeveloper 11g. I was developing Java EE Web Application and I first saw about Fusion Web Application. It says Fusion Web Application uses ADF(Application Development ...
0
votes
1answer
43 views

Image processing: exposure fusioned images are washed out

I am trying to replicate T. Mertens' et. al. paper [ 1 ] where the authors present a method to fuse multiple pictures captured with different camera exposures into a "better"-exposed picture. There is ...
0
votes
0answers
144 views

Why isn't this decompiled Complementary Filter fusion the sensor data properly? The APK does it wonderfully

Here is the following code that I decompiled. The code takes gyro, compass and accelerometer data, and calculates a rotation matrix that can be used in an OpenGL call. Again, in the original APK it ...
0
votes
0answers
115 views

Oracle Fusion Application Installation failing in preverify phase on running the provisioning wizard

Oracle Fusion Application Installation failing in preverify phase on running the provisioning wizard I have the following setup: Host1 : Weblogic Domain + OAM + ODSM Host2 : OIM + SOA ...
0
votes
0answers
59 views

Android Service accessing Google Fusion API via HTTP

I have a problem with my Android service acessing the Google Fusion API. I'm using teh following to acess the API... import org.apache.http.HttpEntity; import org.apache.http.HttpResponse; import ...
0
votes
1answer
57 views

zend and google fusion table

I have a fusion table containing postcodes. I'm trying to access it using PHP. After hours, I've managed to get something display (Select) using Zend. I'm now able to display the body of the Http ...
0
votes
1answer
45 views

The Weblogic server shuts down on closing the srcipt window?

I have installed the Fusion SOA 11.1.1.5 on a remote linux (64 bit) machine and successfully started the weblogic server by using the startWeblogic.sh command from the DOMAIN_HOME/ folder (not from ...
0
votes
0answers
27 views

Prevent fusion from loading assemblies from subdirectories of the same name

Is there a way to prevent Fusion from searching subdirectories when resolving assemblies? According to this MSDN Magazine article: ...the probing process continues in a subdirectory of the ...
0
votes
0answers
71 views

Why does one part of GML -> KML conversion not work on Google Maps?

I'm a newbie to mapping/kml/gml... I have a client who wants to visualise cancer incidence and mortality rates by local/unitary authority across Great Britain. I've used Ordnance Survey data to get ...
0
votes
1answer
405 views

Delphi, WebBrowser, Google Login, FusionTable

I check a possibility to integrate fusiontables into my Delphi TWebBrowser based application. But I cannot continue my project because I don't understand many things. I have a public table, I want ...
0
votes
0answers
10 views

Oracle Internet Directory Multi Value's

In a Oracle Internet Directory Multi Value Field can i insert the same content twice ? eg: students <= John, Mary, John best regards

1 2