I am trying to test the MVC 3 web project with unit tests, but keep getting error messages. All error messages seem to start with a similar one, and then move on to others.
The error message causing the problem is, 'The type X exists in both "System.Web.Mvc.dll" and "System.Web.Mvc.dll"' when I put X in the closest window.
The project has only one link to System.Web.Mvc, and although it refers to other projects, it also refers to their link System.Web.Mvc.dll.
Does anyone have any ideas?
source share