简体   繁体   中英

How to install CodeRush Xpress on VS2005

I know that CodeRush Xpress is intended to be used on VS 2008 and not on VS 2005.
But since I can't migrate to VS2008 yet, I want to install it on VS2005 and don't care it's not supposed to work.

My base assumption is that it can be done, this is based on the fact that the rest of the free re factoring products from DevExpress do work on VS 2005.

It is possible, and here what you need to do it.

Make sure VS is closed.
Install RefactorCpp .
Install CodeRush Xpress .
Apply this registry patch:

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Developer Express]
[HKEY_LOCAL_MACHINE\SOFTWARE\Developer Express\CodeRush for VS\3.2]
    "HideMenu"=dword:00000000
    "LoadDXPlugInsOnly"=dword:00000000
    "StatusTextEnabled"=dword:00000001

Open VS.
Enable "DevExpress Tools" add-in in visual studio, Tools -> Add-in manager. Check the enable and startup checkboxes.

And now you are the proud user of CodeRush Xpress on VS 2005.

PS This works for me on:
Microsoft Visual Studio 2005 Version 8.0.50727.762 (SP.050727-7600)

Bad notice!

It's not possible because the plugin is for .NET Framework 3 and Visual Studio 2008 aka Orcas.

I try to install in Visual Studio 2005 but unsuccessfull.

Yesterday, I was able to install CodeRush Xpress on VS 2005 on top of Refactor! Pro without this registry hack. However, this was CodeRush Xpress 3.2.3 (plus Refactor! Pro 3.2.3) and I do know that the initial version of CodeRush Xpress could not be installed together with Refactor! This was fixed in 3.2.3.

在安装Refactor之前,我认为这个hack不起作用(加载项管理器中没有CodeRush)!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM