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

后端 未结 26 2030
闹比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:19

    I too have the same issue with Intellisense in my Text editor.

    i just close example.cs file which is not providing Intellisense and reopen that class without restart Visual Studio it works for me.

    Note : i don't have the same issue with all the .CS file in Solution Explorer

提交回复
热议问题