03-11-2014 01:06 PM
I have a set of .NET DLL that have differen revision. I want my labview code to select the correct set of .NET DLL to lead during run time. is that possible?
Solved! Go to Solution.
03-12-2014 11:04 AM
Hi jyang72211,
To make sure that a LabVIEW project refers to a specific version of a .NET Assembly, you will need create a .NET configuration file. This article has an example of a .NET configuration file.
Regards,
Jordan G.