LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

error by loading of a .NET assembly from a specified path

Solved!
Go to solution
No, there is no error by loading the DLL in reflector itself. It doesn't find it, but I have loaded it over the menue item "Open". I get error only when I open some References, e.g. System.Configuration. I talked aready to the developer and sent him the reflector. Maybe the DLL lacks some keyToken or smth like that. I add a pic how it looks now in reflector. Notice, that "Packet_Item" and "PacketDecoder" (these are classes, which the developer has creted and which I have to use in my VI) are shown correctly.
0 Kudos
Message 11 of 13
(727 Views)
Solution
Accepted by topic author pericles

I found that

 

Microsoft.VisualC.dll is an obsolete assembly and exists only for backwards compatibility

 Maybe update the code will solve the problem.

 

Message 12 of 13
(719 Views)
Thank you, I hope it is the solution.
0 Kudos
Message 13 of 13
(715 Views)