This
Knowledge Base on NI's website talks a bit about access violations. You may want to take a look at it suggestions. Here are some of the main ideas it gives:
1. See if you can isolate a particular sequence of events that leads to the problem. For instance, is the problem associated with a particular VI or a particular feature in LabVIEW? Once you find the sequence, we can perhaps relate it to a known issue or track down a bug. We have to have more information in order to reproduce the problem and to see if this is a LabVIEW issue or a configuration issue.
2. See if the problem is related to an interaction with another process or application. Try disabling
any virus protection or other software that runs in the background and see if the problem goes away. One way to do so is to hit control-alt-delete and disable processes through the dialog that appears prior to starting LabVIEW. Most virus protection software includes the means to disable it, as well.
3. The problem might be related to your video card driver, because LabVIEW is graphically intensive.
a. If you are running Windows 9x, modify the acceleration setting to None. To do so, go to the Display Settings in the Control Panel and choose the Settings tab. Hit the Advanced button and move the slider to None.
b. If you are running Windows NT, try switching the video driver to the Microsoft standard VGA driver.
J.R. Allen