I'm running a build of my solution from a different computer (build machine), and found out that开发者_开发技巧 that system is still referencing the Beta version of System.Web.MVC.dll. How can I get it to reference the 1.0 version of the dll?
I think, you need to specify explicit dll version in config to resolve this issue
Can you edit the project csproj
? In VS, right-click > Unload Project
, right-click again > Edit {project}.csproj
then find the References section. See what it's referencing.
精彩评论