assemblybinding does not work in mstest
问题 I have a very simple MSTest unit test project that indirectly have dependency on two versions of MVC. assemblybinding in app.config is configured to redirect to MVC v4 when I run mstest test runner (VS2012 RC built-in) - I get exception indicating that assembly binding did not work. If I create testsettings file and disable deployment (or enable deployment and add app.config to the list of items to deploy) - test passes. Question: why does assemblybinding works with deployment set to false?