LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Enabling Web Server causes Access Violation OxC0000005 when launching compiled code

I have a program that runs fine from the development system. The web server is running and I can access the panel remotely.

 

When I build and deploy the executable to the target machine I get the error Access Violation OxC0000005 on launch.

 

If I build the same code without the web sever enabled it runs fine.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 1 of 3
(2,763 Views)

We had the same problem with a different thing. The problem turn out to be that the application builder was moving a copy  of a the winsys32.dll into the data file and one was resident on the computer. If we deleted the extra out of the data file the problem when away. I would look for something like this. What dlls are in your data file when the application is being made?

Tim
GHSP
0 Kudos
Message 2 of 3
(2,759 Views)

Same problem happening to me with LV2011, running complied EXE with Web Server enabled.  I do not have any DLLs in the "data" folder other than "lvanlys.dll" which is typical.



0 Kudos
Message 3 of 3
(2,718 Views)