G
Guest
Hi everybody,
I've got a strange problem with my application (a windows application):
I've got an application that is running on a client's production.
(the system is dotnet v1.1 on windows XP sp2)
Today the application suddenly displayed a message box with this error:
Setup Error
Failed to load resources from resource file.
Please check your setup.
While the message box was displayed the application was frozen (as far as I
can tell all the threads in the application stopped working).
When I clicked the OK button my Application restarted itself which is what
it is supposed to do if an unhandled exception happens.
(And now it's working OK).
What does this error mean? My application does NOT use any resources
(except,of course, for any resources generated by the visual studio for the
forms).
The strange thing is that, as far as I can see, the message box is shown
BEFORE the exception reaches the unhandled exception handler.
Now, the real problem is that while this message box is shown the
application is NOT running.
Nadav
I've got a strange problem with my application (a windows application):
I've got an application that is running on a client's production.
(the system is dotnet v1.1 on windows XP sp2)
Today the application suddenly displayed a message box with this error:
Setup Error
Failed to load resources from resource file.
Please check your setup.
While the message box was displayed the application was frozen (as far as I
can tell all the threads in the application stopped working).
When I clicked the OK button my Application restarted itself which is what
it is supposed to do if an unhandled exception happens.
(And now it's working OK).
What does this error mean? My application does NOT use any resources
(except,of course, for any resources generated by the visual studio for the
forms).
The strange thing is that, as far as I can see, the message box is shown
BEFORE the exception reaches the unhandled exception handler.
Now, the real problem is that while this message box is shown the
application is NOT running.
Nadav