๑۩۞۩๑强's Zone๑۩۞۩๑  
健康是本钱~忙里要偷闲~

Fix for Intellisense and Refactoring for users of the LINQ May CTP

Users  of the LINQ May CTP will know that while LINQ is positively awesome, it knocks Visual Studio's coding tools for a loop.  I have become particularly dependent on right-clicking on an interface and having Visual Studio provide a stub implementation for me ... kind of a must-have with some of the lower-down channel layer interfaces in the Windows Communication Foundation. 

Happily, there is a fix that I found in the LINQ forum.  In case you aren't familiar with it, here it is:

 

  1. Start 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. Goto C:"Program Files"Microsoft Visual Studio 8"Common7"IDE
  5. run devenv /setup
  6. then devenv /resetuserdata
  7. then devenv /resetsettings CSharp

 开始在网上找了很多方法都不行,苦找最后发现这个~果然好用。关键是改注册表那一步(默认VS装在C:)。

引用自:
http://blogs.msdn.com/craigmcmurtry/archive/2006/07/12/663831.aspx

posted on 2007-12-18 17:19  强就一个字  阅读(193)  评论(0编辑  收藏  举报