After installing Visual Studio 2013 and playing around with some of the new features, I noticed I\'m unable to open a cshtml file in one of my MVC projects. If I try openin
I also got this problem after using some Nuget package. The problem was a duplicate of appSettings. I merged them all and it worked.