I wrote a C# dll and I am calling it in LabWindows/CVI dll by creating .NET Controller. When I try to run the LabWindows/CVI code via Function Panel, I get the following error:
"NON-FATAL RUN-TIME ERROR
Function CDotNetLoadAssembly: (return value == -6579[0xffffe64d])
The LabWindows/CV .NET library could not load the specified assembly"
I put C# dll in the folder where I am running my LabWindows\CVI dll.
I am using LabWindows/CVI version 8.0.1. C# dll is written in MS Visual Studio 2003.
Can anybody help?