Currently my razor view engine throws and error saying \"Please use language version 6 or higher\". That may just be resharper giving me a pointer. But how do i make razor u
I believe this is due to a bug in the templates for web.config when the project is upgraded to a newer version of the .net framework.
web.config
I was able to fix this by going in to web.config, finding the system.codedom node, and changing the content to look like this:
system.codedom