C
carl engerer via DotNetMonster.com
Hi,
I am getting a problem when debugging an application to my pocketpc device on
VS2005, every time there is a call to get a recource below:
base.Image = (Bitmap)global::MyApp.Properties.Resources.ResourceManager.
GetObject("imageName");
I get the following error(s) in output..
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
I have read a post which was about a similar problem but it wasnt helpful,
this also affects the application when running without debugging as the
'Unauth' exceptions are really slowing the app down. I have also tested the
application by loading the gif files from a directory but then I am getting
an 'Invalidcast' exceptions! this is getting on my nerves, can anyone help??
I am getting a problem when debugging an application to my pocketpc device on
VS2005, every time there is a call to get a recource below:
base.Image = (Bitmap)global::MyApp.Properties.Resources.ResourceManager.
GetObject("imageName");
I get the following error(s) in output..
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
I have read a post which was about a similar problem but it wasnt helpful,
this also affects the application when running without debugging as the
'Unauth' exceptions are really slowing the app down. I have also tested the
application by loading the gif files from a directory but then I am getting
an 'Invalidcast' exceptions! this is getting on my nerves, can anyone help??