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.
 
Back
Top