How to install CodeRush Xpress on VS2005 - Stack Overflow most recent 30 from stackoverflow.com 2009-12-15T05:22:47Z http://stackoverflow.com/feeds/question/389763 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/389763/how-to-install-coderush-xpress-on-vs2005 3 How to install CodeRush Xpress on VS2005 Alex Shnayder 2008-12-23T19:00:05Z 2009-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#442951 0 Answer by Raphael de Bem for How to install CodeRush Xpress on VS2005 Raphael de Bem 2009-01-14T13:33:42Z 2009-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#586303 4 Answer by Alex Shnayder for How to install CodeRush Xpress on VS2005 Alex Shnayder 2009-02-25T14:58:10Z 2009-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#597929 0 Answer by pass_the_clock for How to install CodeRush Xpress on VS2005 pass_the_clock 2009-02-28T11:58:35Z 2009-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#755728 0 Answer by Kluyg for How to install CodeRush Xpress on VS2005 Kluyg 2009-04-16T11:34:38Z 2009-04-16T11:34:38Z <p>I think this hack won't work (no CodeRush in Add-in Manager) until you install Refactor!</p>