Search results for query: *

  1. T

    Application popup: JIT Debugging

    how can I disable JIT? what I added to the app.config file did NOT fix it. Last incident: it worked on one server with no problems, and it gave this error message after running for about 10 hours. any ideas?
  2. T

    Application popup: JIT Debugging

    I will try changing the setting in the app.config to: <!--disable just in time debugging--> <system.windows.forms jitDebugging="false" /> I hope this will fix it. thanks!
  3. T

    Application popup: JIT Debugging

    Hi ALl,I have a windows service that I created in vb.net 2.0 and it initiates a multi-threading application. When I start the service, it starts working but at somepoint it writes a message to the event log (system) stating a Application Popup error, I'm not sure why... but other times it works...
Back
Top