Archive

Posts Tagged ‘Version Switch Tool’

How to install multiple IDE tools versions side-by-side

August 11th, 2010 Comments off

Different versions of IDE Tools can be installed together side-by-side on a single machine. Note, however, you can have only one version running at a given time.

There’s a DXCoreVersion tool which allows you to switch between installed IDE Tools versions any time. You can find the “DXCoreVersion.exe” tool in your bin folder which looks similar to this path:

“%Program Files%\DevExpress %YourVersion%\IDETools\System\DXCore\BIN”

For versions greater than v12.1, the path may look as follows:

“%Program Files%\CodeRush %YourVersion%\System\DXCore\BIN”

where %YourVersion% is a version of CodeRush (IDE Tools) you have installed.

Read more…