Intellisense Broken after LINQ installation in Visual Studio 2005
IT Chapters, Tip June 17th, 2007Yes, its a known issue! I stumbled across this problem after installing LINQ a while back. Luckily there is a fix for the problem. Just follow the steps below in the order provided and Visual Studio will be back up and running as expected.
- Close Down Visual Studio
- Start Regedit
- Open the following key: HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\8.0\Packages\{A066E284–DCAB-11D2–B551–00C04F68D4DB}\SatelliteDLL
- Edit the “Path” value and change it from:
“C:\Program Files\Microsoft Visual Studio 8\VC#\VCSPackages\1033\”
to
“C:\Program Files\Microsoft Visual Studio 8\VC#\VCSPackages\” - Go to C:\Program Files\Microsoft Visual Studio 8\Common7\IDE and run the following commands in order:
- devenv /setup
- devenv /resetuserdata
- devenv /resetsettings CSharp
After this, restart Visual Studio. Your intellisense and smart tags will now be working as expected.
Have fun!
August 27th, 2007 at 4:35 pm
Thank you! This helped me!!
February 27th, 2008 at 9:05 pm
This was a life saver…
July 19th, 2008 at 4:58 pm
hi,
I was develping ASP.NET application with CS using in VS8, I closed the applicaion and then I opened it again and now intellisense is not working??????
I tried your solution but it did not work, though I did not install Linq
Do you have a solution for me??
thanks
July 20th, 2008 at 6:11 pm
Hi Koni, sorry not sure how else I could help. I would expect the reset to help.
June 29th, 2009 at 8:50 pm
WOW, nice find. Was able to set my VS05 back to normal thx to you!
P.S. I know, 2009 and still with 05, my organization need to get wit the times!