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:
One approach would be to put the shared classes/resources in a separate class library project and refer them in both the web sites.