How to install CodeRush Xpress on VS2005 - Stack Overflow most recent 30 from stackoverflow.com2009-12-15T05:22:47Zhttp://stackoverflow.com/feeds/question/389763http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/389763/how-to-install-coderush-xpress-on-vs20053How to install CodeRush Xpress on VS2005Alex Shnayder2008-12-23T19:00:05Z2009-04-16T11:34:38Z
<p>I know that <a href="http://www.devexpress.com/Products/Visual_Studio_Add-in/CodeRushX/" rel="nofollow">CodeRush Xpress</a> is intended to be used on VS 2008 and not on VS 2005.<br>
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.<br></p>
<p>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.</p>
http://stackoverflow.com/questions/389763/how-to-install-coderush-xpress-on-vs2005/442951#4429510Answer by Raphael de Bem for How to install CodeRush Xpress on VS2005Raphael de Bem2009-01-14T13:33:42Z2009-01-14T13:33:42Z<p>Bad notice!</p>
<p>It's not possible because the plugin is for .NET Framework 3 and Visual Studio 2008 aka Orcas.</p>
<p>I try to install in Visual Studio 2005 but unsuccessfull.</p>
http://stackoverflow.com/questions/389763/how-to-install-coderush-xpress-on-vs2005/586303#5863034Answer by Alex Shnayder for How to install CodeRush Xpress on VS2005Alex Shnayder2009-02-25T14:58:10Z2009-02-25T14:58:10Z<p>It is possible, and here what you need to do it.</p>
<p>Make sure VS is closed.<br>
Install <a href="http://devexpress.com/Products/Visual%5FStudio%5FAdd-in/RefactorCPP/" rel="nofollow">RefactorCpp</a>.<br>
Install <a href="http://www.devexpress.com/Products/Visual%5FStudio%5FAdd-in/CodeRushX/" rel="nofollow">CodeRush Xpress</a>.<br>
Apply this registry patch: <br></p>
<pre><code>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
</code></pre>
<p>Open VS.<br>
Enable "DevExpress Tools" add-in in visual studio, Tools -> Add-in manager. Check the enable and startup checkboxes.</p>
<p>And now you are the proud user of CodeRush Xpress on VS 2005.</p>
<p>P.S. This works for me on:<br>
Microsoft Visual Studio 2005
Version 8.0.50727.762 (SP.050727-7600)</p>
http://stackoverflow.com/questions/389763/how-to-install-coderush-xpress-on-vs2005/597929#5979290Answer by pass_the_clock for How to install CodeRush Xpress on VS2005pass_the_clock2009-02-28T11:58:35Z2009-02-28T11:58:35Z<p>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.</p>
http://stackoverflow.com/questions/389763/how-to-install-coderush-xpress-on-vs2005/755728#7557280Answer by Kluyg for How to install CodeRush Xpress on VS2005Kluyg2009-04-16T11:34:38Z2009-04-16T11:34:38Z<p>I think this hack won't work (no CodeRush in Add-in Manager) until you install Refactor!</p>