StackOverflowException - but only sometimes???

G

Guest

Hello

I am developing a program for a PocketPC, Resently however I has gotten some
strange errors when starting my app.

approximately 10% of all startup's of my application, crashes giving the
following error:

"
StackOverflowException

ArgumentException::.ctor+0x0
MemoryStream::.ctor+0x31
Assembly::GetManifestResourceStream+0x30
Assembly::GetManifestResourceStream+0x4c
ResourceManager::InternalGetResourceSet+0xd8
ResourceManager::InternalGetResourceSet+0x148
ResourceManager::InternalGetResourceSet+0x148
ResourceManager::GetObject+0x2b
ResourceManager::GetObject+0x8
Control::InitializeComponent+0x15f
Control::.ctor+0x359
Control::Main+0xa
"

No changes are made in the program, so howcome does the program crash
sometimes, and other times not???

I am developing in "Michrosoft Visual Studio .net 2003", the error is
periodically and do NOT come in a particulary pattern. Does anyone have a
suggestion to what the problem migth bee?

p.s. I am developping to a "HP iPAQ" with windows mobile 2003 installed.


any help would be appreaciated, as I realy don't have a clue about what is
wrong.

Reguards

SailorOnIce (michael)
 
G

Guest

hmm perhaps you are rigth - I have however not had the oppertunity to try it
out yet.
But I have noticed another problem with that particular iPAQ (from HP) when
bluetooth is beeing used and the device is cradled (in the car using x- road
navigation), it tends to overheat and just stop responding. could that also
be due to an old version of .net compact framework, or should I loock other
places for that error.
AND could these two errors be connected in some strange way???
 
T

Torbjorn Stavas

Hi there Michael!

Did SP3 help? I'm having the same problem, but sp3 didn't solve the
problem unfortunately... =/.

Any information on how things went would be a treat.

//Regards, Torbjorn
 
Top