ASP.NET MVC and Visual Studio 2013: Compilation Error

Viewed 3104

From time to time I get "Compilation Error" CS0042 yellow page: http://i.stack.imgur.com/Hwfip.png

Compilation Error yellow page

It happens when I change something (i.e. .cshtml file code) when my application is running. In VS 2012 it caused no problems. Some of my co-workers using VS 2013 have the same issue. Why App_GlobalResources.PDB file causes the problem?

Anyone has the same problem?

2 Answers
Related