03-19-2015 12:42 PM
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:
looks like some dll is missing.
Is there a way to look into the import table of my CVI dll ?
03-20-2015 03:17 PM
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.
03-24-2015 05:13 PM
Problem solved. customer has the old runtime engine 2012, while my dll is compiled with 2012 sp1.