C# deployment error

  • Thread starter Thread starter BrianK
  • Start date Start date
B

BrianK

Hi,
When deploying a C# project to my CE 6.0 device I get these errors from my
C# instance of VS2005 in the Debug Output window. However, the actual
application I'm downloading starts up fine with no exceptions within. What
is the real error here? How can I determine why this is happening?
Thanks,
Brian

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
A first chance exception of type 'System.UnauthorizedAccessException'
occurred in mscorlib.dll
A first chance exception of type 'System.UnauthorizedAccessException'
occurred in mscorlib.dll
 
Something deep in the internals is throwing and catching an exception. It's
not uncommon (the FIleNotFound exceptions are probably it looking for an
App.Config file) and nothing to be concerned about.


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Giving back to the embedded community
http://community.OpenNETCF.com
 
Back
Top