teamcity-dashboard icon indicating copy to clipboard operation
teamcity-dashboard copied to clipboard

Problem while migrating to VS2013

Open vishal868 opened this issue 9 years ago • 1 comments

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?

vishal868 avatar Aug 10 '15 05:08 vishal868

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

sequentialogic avatar Nov 24 '15 16:11 sequentialogic