Problem with NullReferanceExeption

  • Thread starter Thread starter Erik
  • Start date Start date
E

Erik

Im writing a GPS application in VB.
The application get a input from my GPS, but often crashes with the error
of:

NullReferanceExeption
Application::Run+0xF
ApplicationName::Main+0xd

Have experienenced this at the input and also when I try to write the result
to a textfile.

Any suggestions?
 
Erik said:
Im writing a GPS application in VB.
The application get a input from my GPS, but often crashes with the error
of:

NullReferanceExeption
Application::Run+0xF
ApplicationName::Main+0xd

Have experienenced this at the input and also when I try to write the result
to a textfile.

Any suggestions?

Yep, your doing something wrong and your code is broke. Good luck.
 
Have you tried registering the System.AppDomain.UnhandledException() so you
can capture some detailed information that is causing the problem?

Simon.
 

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