views:

3095

answers:

6

Hi,

I had installed resharper evaluation version and uninstalled it. After this the intellisense stopped working. I have restarted computer but still i have this problem.

Can anyone plesae help me here?

I am using Visual Studio 2005

thanks

+2  A: 

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.

Matt Price
Does C# still produce a ncb file? I'm a C++ guy so I don't know.
Matt Price
I've never seen an ncb file when working with C#
cbp
+14  A: 

Try opening Visual Studio Command Prompt and entering:

devenv.exe /ResetSettings
Gordon Bell
Thanks Gordon,Resetting the dev evn with the following command fixed the problem.devenv.exe /ResetSettings
pradeeptp
+7  A: 

Try going to Tools > Options > Text Editor > C# and checking all of the options under Statement completion. I think Resharper disables these upon installation.

Ben Hoffstein
My intellisense in VS2010 Beta wasn't working. I fixed it using your tip. Thanks
Cyril Gupta
I checked this as well and the only thing that worked was devenv.exe /ResetSettings
0A0D
A: 

I would try a "repair" on the installation first. Control Panel, Add/Remove Programs, select Microsoft Visual Studio 2005, click "Change/Remove". It will load up the install dialog and give you the option to do a "repair".

YMMV, but at least it should reset a lot of the VS resources to their "fresh" state.

Guy Starbuck
A: 

devenv /ResetSettings worked after uninstalling ReSharper. I did not have to do a repair. I did verify that the settings were checked under Text Editor > C#, but ResetSettings was the only thing that worked.

0A0D
A: 

Option # 7 worked for me. Try going to Tools > Options > Text Editor > C# and checking all of the options under Statement completion. I think Resharper disables these upon installation.

Kamesh