11-04-2010 12:26 PM
When I try to debug my cvi dll, I got this error in LabVIEW.
Anyone run into this before?
Solved! Go to Solution.
11-04-2010 05:46 PM - edited 11-04-2010 05:47 PM
Is the system where you created the DLL the same where you are calling it? This kind of error reminds me of a problem in the run-time module: can it be that the machine where you are running the DLL has an older run-time than the system where you created it?
11-05-2010 10:14 AM
Thanks for reply.
The test PC is the same as the develop PC. It got upgraded to 9.1.1 a few monthes ago. The cvirte.dll in the system folder is 9.1.1, 2010-06-30, 4,959KB.
And there is only one cvirte.dll on C: drive.
11-05-2010 10:24 AM
Oops!
I searched again on the C: drive, and found an old copy of cvirte.dll.
Removed it. Now I can debug.
Many thanks.