05-24-2007 07:38 PM
05-25-2007 09:15 AM
05-25-2007 09:29 AM
I've already thought of the adding the assembly to GAC which didn't help but, I'll try your second suggestion to see if that helps.
Thanks,
Steve
05-25-2007 09:42 AM
Not all assemblies can be added to the GAC. For one, the assembly has to be signed before it can be added to the GAC. May be registering your assembly in the GAC failed for this or some other reason. If your assembly is in the GAC, then I would expect the CVI .NET wrapper to be able to load it independent of where the calling executable is located.
When calling CDotNetRegisterAssemblyPath, make sure you pass the same string value as the __assemblyName constant in the generated source file. If you pass a different form of the assembly name, CVI will not be able to locate the assembly in subsequent calls to CDotNetLoadAssembly.
05-25-2007 09:58 AM
05-25-2007 01:38 PM