Intellisense in mvc4 project not working in vs 2012 pro?

In my views, razors intellisense does not work. Are there any fixes for this? I am using the recently released VS 2012 Professional and creating an ASP.NET MVC 4 project. Intellisense in my razor views does not work. Is there any fix for this?

+5
source share
4 answers

What helped me was to delete the .csproj.user file. In addition, I also deleted that group of other things: packages, the .suo file, bin / and obj /, I also did devenv.exe / setup and devenv.exe / resetsettings, but what helped, I think, was exactly what - removal of the .csproj.user file.

+9
source
+1

RazorGenerator.Mvc . MVC4 , RazorGenerator.Mvc . , .

, MVC4 MVC4 NuGet, - , .

MVC. , Microsoft MVC4 , "Microsoft ASP.NET MVC 4", "ASP.NET MVC 4", , , : 4.0.20710.0

(-Microsoft ) "Legacy package", , , , . NuGet ​​ "Microsoft ASP.NET MVC 4".

cshtml, , ( , ). , Visual Studio 2012.

( Visual Studio 2012 Premium)

+1

. Intellisense mvc4, VS. csproj csproj, , mvc SpecificVersion = true copy local = true. , .

0

All Articles