Re: .Net CF 1.0 Application crashes on WM5.0 by Paul
Paul
Mon Oct 02 11:02:32 CDT 2006
You have my suggestions. Once you have the problem isolated to a single
native call or a structure of native calls, if you still can't figure out
what to do, post back.
Paul T.
"Santosh" <Santosh@discussions.microsoft.com> wrote in message
news:585A7A68-E5B6-4FE3-B0BD-B94CFAC8E128@microsoft.com...
> Thanks Paul for your input. I will do that. Yes, I am doing some Windowing
> operations through native calls. I would like to details you. I am using
> in
> three places -
> 1. To check whether an instance of GUI is already running at the
> application
> startup
> 2. Passing the GUI handle of .Net 1.0 to native code that calls setText on
> that handle to feeback user about background operation.
> 3.Register .Net GUI handle for registry update notification through Native
> Call(notification broker)
>
> I have designed my application like it has single form and different
> panels
> for every other forms. I have a global stack that stacks the panels as it
> moves and dequeue when necessary.(all depends on navigation)
>
> I have to put SIP(InputPanel) on every panels to get different SIP
> handling.
> What I suspect that might be causing some issues because I have observed
> that
> all Instance of InputPanel refers to same SIP (internally).
>
> Please help me if you get some more clues.
>
> Thanks,
> -Santosh
>
> "Santosh" wrote:
>
>> It's on main memory.
>>
>> Thanks,
>> -Santosh
>>
>> "Hilton" wrote:
>>
>> > Santosh,
>> >
>> > Is you app installed on a card, or in main memory?
>> >
>> > Hilton
>> >
>> >
>> > "Santosh" <Santosh@discussions.microsoft.com> wrote in message
>> > news:27AF5A3E-7A79-4388-938B-666035D6848C@microsoft.com...
>> > > Hi,
>> > > I developed an application in .Net CF1.0 for WM 5.0 (Pocket
>> > > PC). I
>> > > am calling some native APIs through P/Invoke and have a few our own
>> > > '.dlls'.
>> > > The issues is that sometimes (two/three times a day)my application
>> > > crashes
>> > > without giving any exception or it opens standard Mircosoft error
>> > > reporting
>> > > page with lots of information. I can't understand the reason why it's
>> > > not
>> > > throwing exception.
>> > >
>> > > Can anybody help me please if you have any idea?
>> > >
>> > > Here are some details about the exception that just I got:
>> > >
>> > > Bucket Parameters:
>> > > EventType: WinCE501bExceptio
>> > > AppName: gwes.exe
>> > > AppVer: 5.1.0.0
>> > > AppStamp: a5ae002b
>> > > ModName: netcfagll_0.dll
>> > > ModeStamp: 4173ca20
>> > > Offset: 000be18
>> > > OwnName: smsui.exe (my application name)
>> > >
>> > >
>> > > Thanks in advance
>> > >
>> > > Santosh
>> >
>> >
>> >