crunchie84 / teamcity-dashboard

Teamcity REST interface merged to simple JSON feed with visuals to display builds & breakers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem while migrating to VS2013

vishal868 opened this issue · 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?

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