I have two ASP.NET Web projects (ProjectA and ProjectB). When class in ProjectA is instantiating a class of ProjectB which uses a resource file Blah.resx, I get this error:
When we were using
HttpContext.GetGlobalResourceObject()
It would generate that error unless we wrapped that call inside a try/catch statement.