C# deployment error

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
 
C

Chris Tacke, eMVP

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top