Intellisense in mvc4 project not working in vs 2012 professional?

前端 未结 4 1646
夕颜
夕颜 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:33

    What helped me was to delete the .csproj.user file. Additionally, I have also deleted a who bunch of other things: packages, .suo file, bin/ and obj/, I also did devenv.exe /setup, and devenv.exe /resetsettings, but what helped, I think, was exactly that - deleting the .csproj.user file.

提交回复
热议问题