I am writing an application for pocket pc using vb.net and at what to me seems like random point in the code (I'm sure it not random) exceptions are generated and logged in the 'immediate window' at the bottom of the screen without a message halting my application.
Instead all that happens is my application just stops running without any information as to why except the folloiwng messages
A first chance exception of type 'System.ArgumentException' occurred in Microsoft.VisualBasic.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
I have tried to debug this and find out why the messages are appearing but seem to be hitting a dead end
If anyone can come up with the answer before I stumble accross if I would be greatful


Reply With Quote


