Visual Studio 2005 Intellisense stopped working after ReSharper installation

前端 未结 8 2383
一向
一向 2020-12-03 07:06

I installed the ReSharper evaluation version and uninstalled it. Afterwards Visual Studio\'s Intellisense stopped working. I have restarted computer but I still have this pr

8条回答
  •  春和景丽
    2020-12-03 07:47

    Sometimes deleting the ncb file helps. Go to your solution directory and find the sln file, there will also be a file with the same name and the extension ncb. Make sure Visual Studio is closed (at least don't have that project open) and then delete that file. Don't worry Visual Studio will rebuild it for you.

提交回复
热议问题