A first chance exception of type ... ? Windows Mobile 5

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Getting lots of debug error message at start up in WM5 app.
- Created in VB (VS 2005-CF)
- Multiple Forms Based app.
- Using Platform Invoke
Any ideas?

Thx
======================

A first chance exception of type 'System.IO.FileNotFoundException' occurred
in mscorlib.dll
A first chance exception of type 'System.IO.FileNotFoundException' occurred
in mscorlib.dll
A first chance exception of type 'System.UnauthorizedAccessException'
occurred in mscorlib.dll
The thread 0xb27a0f0a has exited with code 0 (0x0).
'Automate.Mirror.exe' (Managed): Loaded 'System.SR.dll', No symbols loaded.
A first chance exception of type 'System.IO.FileNotFoundException' occurred
in mscorlib.dll
A first chance exception of type 'System.IO.FileNotFoundException' occurred
in mscorlib.dll
A first chance exception of type 'System.IO.DirectoryNotFoundException'
occurred in mscorlib.dll
The thread 0xb27a0f0a has exited with code 0 (0x0).
A first chance exception of type 'System.IO.DirectoryNotFoundException'
occurred in mscorlib.dll
A first chance exception of type 'System.UnauthorizedAccessException'
occurred in mscorlib.dll
'Mirror.exe' (Managed): Loaded 'e:\documents and settings\david.xena.000\my
documents\visual studio
2005\projects\mirror\mirror\bin\release\PhoneXXX.dll', Symbols loaded.
'Mirror.exe' (Managed): Loaded 'Microsoft.WindowsMobile.Telephony.dll', No
symbols loaded.
'Mirror.exe' (Managed): Loaded 'Microsoft.WindowsMobile.Utilities.dll', No
symbols loaded.

--
David Jones
Senior Lecturer
School of Electrical & Computer Engineering
RMIT University
+61 3 99255318
 
Make sure that you are deploying all required assemblies to the mobile
device. This appears to be caused by dependencies failing to load.
Also, make sure that you are debugging a "debug" build instead of a
"release" build.

Bryan Phillips
MCSD, MCDBA, MCSE
Blog: http://bphillips76.spaces.live.com
 
Back
Top