11-16-2011 12:52 PM
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.
11-16-2011 01:23 PM
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?
01-20-2012 11:41 AM
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.