The error you are seeing typically comes
when the user tries to reference a variable in a method incorrectly
from LabVIEW when using a call library node function. These are buried
in the IMAQ VIs at the lowest level. The following
discussion forum link talks about a similar situation that may help you.
The error could be coming from several problems:
1) The installation of NI IMAQ of Vision is corrupt
- If the development files have been corrupted on your PC, it is
possible that every now and then when a function is referenced, it will
fail. Try re-installing the lastest versions of your software.
2) Bad RAM
- The corrupted memory could also be bad RAM in your system. Try
running the program on a seperate PC or with only one RAM stick that
you have tested and know to be good.
3) References in your code
- It is possible that your code is not closing a reference
correctly or you are using a call library node function at another
place in your program. Verify that you close references properly and
that no other DLLs are being called improperly.