06-28-2011 08:01 AM
Hi everyone,
I have a scada application with the following error message:
(0x80000003) occured in the application at location 0x07cc9240
Error is coming up in random, not at a specific moment.
I hope that someone had this error before and can tell me what is wrong.
Regards,
Kenny
07-01-2011 02:02 AM
Dear Kenny,
possibly this code is coming from an external application like an OPC server for example; within Labview it isn't defined. Best thing is to track down which VI is producing this error.
Best regards,
07-01-2011 02:10 AM
Hi Martijn,
Is it also possible that a software package on the computer is causing the problems?
It is very difficult to track down which VI is causing the problem, the error occurs random.
And it is a runtime version, so jumping to the causing VI isn't possible.
Regards,
Kenny
07-01-2011 05:50 AM
Dear Kenny,
It is hard to say what the cause of the error is (since the code is external). The VI is communicating with an OPC server or other external software (ActiveX)?
You can also try remote debugging from your EXE.
Best regards,