Intermittent NullReferenceException on initialization

  • Thread starter Thread starter Jo
  • Start date Start date
J

Jo

Hi

I have an app runing on an XDA IIi , from time to time I ger the
following error on initialization (ie when i start the app)

app.exe
NullReferenceException

at app.frmMain.set_Command3()
at
app.frmMain.InitializeComponent()
at app.frmMain..ctor()
at
System.Reflexion.RuntimeConstructorI
nfo.InternalInvoke()
at
System.Reflexion.RuntimeConstructorI
nfo.Invoke()

....
the application works perfectly after a soft reset,
any ideas?
 
Hi

I have an app runing on an XDA IIi , from time to time I ger the
following error on initialization (ie when i start the app)

app.exe
NullReferenceException

at app.frmMain.set_Command3()
at
app.frmMain.InitializeComponent()
at app.frmMain..ctor()
at
System.Reflexion.RuntimeConstructorI
nfo.InternalInvoke()
at
System.Reflexion.RuntimeConstructorI
nfo.Invoke()

...
the application works perfectly after a soft reset,
any ideas?

bump
 
Back
Top