V.S. 2005 and Debug environment.
-
Hi all. When I launch my application to be executed in PPC 2003 emulator, in the "Immediate Window" of V.S. 2005, appears 2 times the first error and 8 times the second error. 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 "Error List" is empty (application doesn't contains errors and seems to works correctly). Application also seems to works correctly in real device. What can cause above errors, and how I can unnderstand witch piece of code lines that cause them? Thanks
-
Hi all. When I launch my application to be executed in PPC 2003 emulator, in the "Immediate Window" of V.S. 2005, appears 2 times the first error and 8 times the second error. 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 "Error List" is empty (application doesn't contains errors and seems to works correctly). Application also seems to works correctly in real device. What can cause above errors, and how I can unnderstand witch piece of code lines that cause them? Thanks
It's from an exception being thrown and handled. It is safe to ignore. http://social.msdn.microsoft.com/forums/en-US/vssmartdevicesvbcs/thread/ac29e918-a966-44e8-910b-75c6cc12aabf/
Joel Ivory Johnson
Meet my dev team: RDA Architecture Evangelist Team Blog
My site: J2i.net
Twitter: J2iNet
-
It's from an exception being thrown and handled. It is safe to ignore. http://social.msdn.microsoft.com/forums/en-US/vssmartdevicesvbcs/thread/ac29e918-a966-44e8-910b-75c6cc12aabf/
Joel Ivory Johnson
Meet my dev team: RDA Architecture Evangelist Team Blog
My site: J2i.net
Twitter: J2iNet
Thanks Joel!