ResourceManager

  • Thread starter Thread starter joeycalisay
  • Start date Start date
J

joeycalisay

How come ResourceManager.GetString method now after .NET 1.1 SP1 generates
System.Runtime.InteropServices.COMException now, but before it generates
Resource exception (perhaps MissingManifestResourceException).

I can bypass the exception being thrown before since I can exclude
System.Resources type of exception at debugger, how can I bypass the new
exception (COM exception) being raised.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top