12-16-2008 07:40 AM
I compile a Labview (Labview 8.6 + Vision 8.6) code as a DLL. When I calls this DLL from C# exe, its working fine. When I call the DLL from AppDomain it doesn't work, probably because LV dll can't find other dependent DLLs (like Run Time).
Regards
Gabi
12-17-2008 02:54 PM
Hi Gabi,
I don't know much about assemblies (which is why I like programming with LabVIEW ), but I bet you're right about the dependent DLL's being the problem. I don't think dependencies are automatically loaded into an AppDomain. You might search the .NET forums for information on loading assemblies with dependencies.