No Intellisense in views updating from ASP.NET MVC 4 to MVC 5

前端 未结 6 827
攒了一身酷
攒了一身酷 2021-02-01 16:19

I just updated an mvc4 project (using vs2012) to mvc5. After having a lot of issues related to dependencies, I finally found this tutorial and straightened things up so that it

6条回答
  •  甜味超标
    2021-02-01 16:35

    While the above answers may resolve most of these problems, my problem was apparently caused by a VS Extension I had installed. Please see Answer provided by Emran Hussain here: Visual Studio 2013 IntelliSense stops working for ASP.NET MVC5 Controllers

    His answer was spot on for me, even though my problem was with intellisense on my Razor Views only. I disabled the extension, and restarted VS2013 and intellisense is working again with no problems. Like Emran, I'm hesitant to blame the maker of the extension (AzureXplorer by ClumsyLeaf software), because I think this may be a VS issue?

提交回复
热议问题