10-01-2009 06:08 AM
Hi All,
I'm developing an application using LabView 8.6. I've taken the reference of .net DLL. I've modified the DLL and tried to access the method that I've added in DLL. But when take Invoke Node, I didn't find the new method. So I copied the DLL to another folder and taken the reference from new location. But still it is taking reference of old DLL and I'm getting message "The version of the assembly you requested was automatically promoted to a later version by the .NET runtime engine". Also in Select .NET Constructor dialog box I can see both DLLs.
Please suggest the way so that I can able to use new DLL.
Thanks & Regards,
Shrini
Solved! Go to Solution.
10-01-2009 06:13 AM
10-01-2009 06:48 AM
Hi All,
I can able to use the modified DLL after restarting LabView. I think LV keeps reference of DLLs used evenif we close the VI.
Thanks,
Shrini