I realize this question has been asked by Crudler and this one by Aaiam Litigoner regarding downgrading.
Our web hosting provider failed to tell me that MVC 5 projects are not able to be hosted with our package (even letting them know absolute specifics about the project I need hosted). Bottom line, it's a huge E-commerce website that I will be in shambles to have to redo from scratch based off MVC 4 framework.
I have tried uninstalling System.Mvc references and installing MVC 4 via Nuget Package Manager, but build errors are crazy and come by the thousands since most of the code I wrote is MVC 5 based.
Is there a simple fix to downgrade MVC versions without having to start a new project and copy every single file manually, such as a patch of some sort? There's 52 projects within one solution and that's just simply not an option.
Other Specs:
- Using Visual Studio 2015 Community
- .NET Framework 4.5