Forum Moderators: phranque
My company is implementing a web database system for our finance department. The basic premise is to allow financial data to be uploaded from our users computers and stored in a server side database. The vendor who is designing this app for us is using apache inside of xampp and when we test the app it crashes during the upload process. it gives me a windows event id of 4096 and says the issue is with vsjitdebugger.
unhandled win32 exception in apache.exe (4280)
just in time debugging- the remote procedure call failed. I would upload a screenshot or the apache logs but I don't see an option to do that. Please help, I'm not a web admin.
The above is just a guess. I'm not a VS user, or even an Apache-on-Windows user. I would recommend beating on your vendor for support, or hiring an expert Visual Studio consultant locally.
Jim
But if I'd be you, I'd remove JIT from at least the production environment, debugging utilities and tools on a production environment is just asking for trouble (which is especially true for JIT).