Bjarne Joergensen Posted September 1, 2010 Report Share Posted September 1, 2010 Hi I got a problem with a .net DLL. I have made a VI that use .net DLLs and it works fine. Then I got an update of some of the DLLs. When I open my VI and try to change the contructer node I got this error. the version of the assembly you requested was automatically promoted to a later version by the .NET runtime engine What does it mean and what can I do to avoid it? I use: LV8.2.1 Vista thanks in advance Bjarne Quote Link to comment
Shaun Hayward Posted September 1, 2010 Report Share Posted September 1, 2010 This means that you updated the dll LabVIEW is informing you that it is now using the updated dll - this is a good thing - dont worry about it. Once you save the offending VI you wont see the message again (unless you once again update the assembly) Quote Link to comment
Bjarne Joergensen Posted September 1, 2010 Author Report Share Posted September 1, 2010 Once you save the offending VI you wont see the message again (unless you once again update the assembly) No, I have saved the VI and close LV . Open the VI again and got the same message. The updated DLL got a new input on the constructor node and that I can't get to see because of the message. If I close LV and open it again and make a new VI, I can load the DLL. If I then (with the new VI open) open the old VI, I can now dobbleclick on the constructor node and change it. If I don't change it and close LV and open the old VI again, I got the message again? Help:o Regards Bjarne Quote Link to comment
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.