09-26-2007 03:09 AM
09-26-2007 04:00 AM
I'm not sure if this will help, but try pressing ctrl+shift+run arrow on the top level VI.
This will do a force compile and should hopefully make LV reload the assembly. If this works right, the code should be broken and you will need to reselect the relevant constructors\methods and hopefully after you save you will be able to build.
09-26-2007 04:24 AM
09-26-2007 04:43 AM
hi there
delete the constructor node (just reselect/rebrowse the assembly sometimes seems not to relink) and recreate it. maybe you have to select the methods/properties again by hand.
09-26-2007 05:18 AM
09-26-2007 05:32 AM
Perhaps this has to do with the fact that your assembly is registered in the GAC. Would it work if you place the DLL in the application folder?
How do the .NET languages deal with strongly named assemblies which change versions?
09-26-2007 05:33 AM
that's because the references controls also have to be relinked. the names of the objects are still the same, but they are registered with a new ID. you have to reselect them also.
09-26-2007 05:35 AM
09-26-2007 06:09 AM
10-04-2007 10:05 AM