T
Tomer
Hi,
I've encountered a bug with the .net when using the resources.GetObject
command generated by the designer.
I've created a new project with an picture control, and assign it a bitmap.
When I've set in the menu options Debug->Exceptions: Select Common Language
Runtime Exceptions-> check both the 'Break into debugger' and then run the
project I got these exceptions:
1.FileNotFound exception after the system call:
2.UnauthorizedAccessException after the system call:
Although I get these exceptions, the application can continue and run
properly when I choose to continue on the exception.
Any ideas on this problem??
Tomer.
I've encountered a bug with the .net when using the resources.GetObject
command generated by the designer.
I've created a new project with an picture control, and assign it a bitmap.
When I've set in the menu options Debug->Exceptions: Select Common Language
Runtime Exceptions-> check both the 'Break into debugger' and then run the
project I got these exceptions:
1.FileNotFound exception after the system call:
mscorlib.dll!System.Reflection.Assembly.InternalGetSatelliteAssembly(System.Globalization.CultureInfo
culture = {System.Globalization.CultureInfo}, System.Version version =
{System.Version}, bool throwOnFileNotFound = true) + 0x68 bytes
2.UnauthorizedAccessException after the system call:
mscorlib.dll!System.IO.MemoryStream.GetBuffer() + 0xe bytes
Although I get these exceptions, the application can continue and run
properly when I choose to continue on the exception.
Any ideas on this problem??
Tomer.