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
- Start up RegEdit.exe
- Open 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\"
- Then run devenv /setup /resetuserdata /resetsettings
Have fun using Visual Studio Smart Tags & LINQ together...