teamcity-dashboard
teamcity-dashboard copied to clipboard
Problem while migrating to VS2013
While migrating to VS2013, System.Web.Mvc (version 3.0.0.0) is missing so I upgraded it to version 4.0. But it seems ITCloud.web.routing is using System.Web.MVC (Version 3.0.0.0) internally & I couldn't make to run the application. Is there any workaround?
I also had this problem. Resolution was to downgrade the project to .net4 and then run the following nuget command:
Install-Package Microsoft.AspNet.Mvc -Version 3.0.50813.1 -Project TeamCityDashboard