LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

unable to load dll

I created a CVI dll to be called by C#.net and VB.net.

Runs ok on my laptop, when called by LabVIEW, and LabVIEW -> C#.net wrap.

 

Getting the following error on customer's pc:

 

load error.png

 

looks like some dll is missing.

Is there a way to look into the import table of my CVI dll ?

 

 

George Zou
0 Kudos
Message 1 of 3
(4,381 Views)

Hi zou,

 

That error is caused by misconfigured system files in the Windows OS. This article recommends downloading the repair tool for that exception. This Microsoft forum thread has a bunch of suggested troubleshooting links as well. This Visual Studio thread has more steps as well.

Message 2 of 3
(4,353 Views)

Problem solved.  customer has the old runtime engine 2012, while my dll is compiled with 2012 sp1.

 

 

George Zou
0 Kudos
Message 3 of 3
(4,307 Views)