I have built a CE app that was running fine both while in the cradle and not.
Now suddenly it will only run while in the cradle.

It crashes immediately, no form loaded - can't find out where it is crashing.

All I can think is that it is trying to talk to the network, and can't, and
is failing as a result. Eithat that or it is some strange memory issue.

No changes were made to the app that would cause this - just minor changes
like spelling errors and locations of items on screen...

It seems hit and miss -

Anyone experienced this type of immediate crash before?

Re: CE crashes immediately by Darren

Darren
Thu Oct 07 00:05:03 CDT 2004

Scott,

Does your app make any network, web service, or calls to anything off the
device?
The fact that it continues to work in the cradle but not standalone suggests
some
dependency on connectivity.

-Darren

"Scott" <Scott@discussions.microsoft.com> wrote in message
news:77E939AC-C511-4694-B13B-DD93055A9825@microsoft.com...
>I have built a CE app that was running fine both while in the cradle and
>not.
> Now suddenly it will only run while in the cradle.
>
> It crashes immediately, no form loaded - can't find out where it is
> crashing.
>
> All I can think is that it is trying to talk to the network, and can't,
> and
> is failing as a result. Eithat that or it is some strange memory issue.
>
> No changes were made to the app that would cause this - just minor changes
> like spelling errors and locations of items on screen...
>
> It seems hit and miss -
>
> Anyone experienced this type of immediate crash before?



Re: CE crashes immediately by Scott

Scott
Thu Oct 07 12:45:04 CDT 2004

Not that I am making. Of the parts that require connectivity, I do a
connectivity check before invoking the method.

Unless there is some wierd reference or something that I am not finding...

I am thinking it might be a memory thing as I was playing with the memory
settings after it crashed, and then it fired up...totally wierd - thanks for
the reply!

"Darren Shaffer" wrote:

> Scott,
>
> Does your app make any network, web service, or calls to anything off the
> device?
> The fact that it continues to work in the cradle but not standalone suggests
> some
> dependency on connectivity.
>
> -Darren
>
> "Scott" <Scott@discussions.microsoft.com> wrote in message
> news:77E939AC-C511-4694-B13B-DD93055A9825@microsoft.com...
> >I have built a CE app that was running fine both while in the cradle and
> >not.
> > Now suddenly it will only run while in the cradle.
> >
> > It crashes immediately, no form loaded - can't find out where it is
> > crashing.
> >
> > All I can think is that it is trying to talk to the network, and can't,
> > and
> > is failing as a result. Eithat that or it is some strange memory issue.
> >
> > No changes were made to the app that would cause this - just minor changes
> > like spelling errors and locations of items on screen...
> >
> > It seems hit and miss -
> >
> > Anyone experienced this type of immediate crash before?
>
>
>