Intellisense in mvc4 project not working in vs 2012 professional?

前端 未结 4 1664
夕颜
夕颜 2021-01-03 01:41

In my razor views the intellisense is not working. Are there any fixes for this? I\'m using the newly released VS 2012 Professional and building a ASP.NET MVC 4 project. Th

4条回答
  •  时光取名叫无心
    2021-01-03 02:13

    I've met the same problem in my working solution. However Intellisense still was working for new mvc4 projects created by VS wizard. When i compared my csproj file with the new csproj file i mentioned that for all referenced mvc assemblies were set options SpecificVersion=true and copy local = true. So i did the same for my project and problem disappeared.

提交回复
热议问题