Object reference error running exe on different machine

  • Thread starter Thread starter craig.melbourne
  • Start date Start date
C

craig.melbourne

I'm getting a strange bug with my of my applications

When I build and run the app on my develpment machine all works fine.
Once I move it to another machine I get a typical Object Reference
error reported to the Even Viewer.

Any thoughts appreciated.
 
I'm getting a strange bug with my of my applications

When I build and run the app on my develpment machine all works
fine. Once I move it to another machine I get a typical Object
Reference error reported to the Even Viewer.

Any thoughts appreciated.

Put a try-catch block around the suspicious piece of code. In the catch
block, show the exception details.

See also: Application.ThreadException

Armin
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top