Ok, I was able to reproduce this problem. First of all, try disabling the deployment. Go to the "local.testsettings" section and uncheck "Deployment β Enable Deployment". When this flag is set, VS does not seem to deploy satellite assemblies for me. If you need a deployment item, use DeploymentItemAttribute:
[DeploymentItem( @".\YourProject\bin\Debug\de\YourProject.resources.dll", @".\de\")]
or use the same Deployment tab to select the appropriate satellite assemblies.
Primary key
source share