Visual Studio 2013 IntelliSense stops working for ASP.NET MVC5 Controllers

后端 未结 26 2010
闹比i
闹比i 2020-11-29 18:42

I am facing a weird problem in my Visual Studio 2013 ASP.NET MVC 5 project. All of a sudden, the IntelliSense in the Controller classes of the MVC 5 project are not working

26条回答
  •  臣服心动
    2020-11-29 19:12

    In my case, restart didn't work.

    So I did the following weird steps :

    1. Closed the solution
    2. Opened another solution
    3. Verified that intellisense worked in this other solution.
    4. Closed the other solution
    5. Finally, reopened the first solution.

    And the intellisense worked again.

提交回复
热议问题