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?

Re: Intermittent NullReferenceException on initialization by Jo

Jo
Fri May 18 06:29:17 CDT 2007

On May 16, 11:53 am, Jo <jodiep...@gmail.com> wrote:
> 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