Trying to unit test a web application using mstest I have that problem with resources included in App_GlobalResources folder in the web applications.
Those resources are built at runtime and because of that they are not found when running the unit tests.
How are you solving this problem?