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:
Sibi Elangos answer alone was not sufficient for me, so I had to
This will generate an App_GlobalResources in your /bin folder, now copy that folder also to the root of the web application