LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Microsoft SQL .net Access

I have an application that uses .net 2.0 to access a MySQL database with real issues.  We are now however adding Microsoft SQL drivers to the program.  Our issue is that when we install the LabView program on a box that does not have MS SQL installed, we receive .net file errors.  These errors countinue even when we include the required .net dlls with the program.  When the LabView program starts up, the first thing that we have to do is locate the required .net file.  Is there a way for LabView to look in a specific location for a .net dll, even if that location is different from the location that same file was located in on the development box?

 

Thanks

 

MLW 

0 Kudos
Message 1 of 2
(2,222 Views)

.NET assemblies are located by the .NET runtime, so this is more of a function of that rather than LabVIEW. How the Runtime Locates Assemblies.

0 Kudos
Message 2 of 2
(2,178 Views)