LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error with DLL and constructor

Solved!
Go to solution

NI fellows...

 

I have a problem accessing functions within a dll using a .NET20 object.

 

When I try to access the functions within the DLL  using a .NET constructor, I get a error stating that "An error occured trying to load the assembly"

 

The company who gave me the dll states that it works fine for them. What might be the issue on my side?

Using 8.5...

 

Might want to remove the txt extension

 

Thanks in Advance

FredFred

 

 

Download All
0 Kudos
Message 1 of 4
(2,934 Views)
It appears that assembly was written in C++. Do you have the Visual C++ Redistributable Package installed? You can get them from Microsoft.
Message 2 of 4
(2,914 Views)
It still gives me the same problem...might the issue be with their dll?
0 Kudos
Message 3 of 4
(2,896 Views)
Solution
Accepted by FredFred
It's more likely that the assembly depends on other assemblies which you either do not have or are not in your search path. Find out from the vendor what other assemblies and/or software is required to use the assembly.
Message 4 of 4
(2,892 Views)