I have a wince application and am getting the following error message sometimes:
An error message cannot be displayed because an optional resource assembly containing it cannot be found
This is because I don't have the dll of exception messages installed (system.sr.dll). The problem is that I would like to make a multi-language image containing the error messages for all languages, but system.sr.dll is only in one language.
Is there a way to find out what exception was thrown without having system.sr.dll installed, then lookup the error message from a multi-language exception message dictionary that I have built? I'm not terribly familiar with debugging the device, so I'm not sure what I have to work with (if anything).
Thanks, Mark