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.
 
Back
Top