Welcome to SpellCoder Sign in | Join | Help

Fixing Visual Studio refactoring smart tags after installing LINQ May CTP

I think you may read my post about the Annoying Problem With LINQ May CTP and Refactoring, the only solution I found then was repairing the Visual Studio by re-installing the whole thing again, which means time loss..
Finally I found another good solution, on Microsoft MSDN Forums just follow the steps
  1. Start up RegEdit.exe
  2. Open HKEY_LOCAL_MACHINE\Software\Microsoft\VisualStudio\8.0\Packages\{A066E284-DCAB-11D2-B551-00C04F68D4DB}\SatelliteDLL
  3. 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\"
  4. Then run devenv /setup /resetuserdata /resetsettings
Have fun using Visual Studio Smart Tags & LINQ together...
kick it on DotNetKicks.com
Published Friday, June 16, 2006 3:01 AM by Mohammed Hossam
Filed Under: ,

Comments

# re: Fixing Visual Studio refactoring smart tags after installing LINQ May CTP

Thursday, November 30, 2006 6:26 AM by Anthony N.
Thx for the tip !
Anonymous comments are disabled