11 January 2012

Open Visual Studio with another AX configuration

If you need to start Visual Studio connected to another AOS there are two ways to do this:


  1. Create a shortcut:

    add the/AxConfig command in the Target field:
    "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" /AxConfig NameOfClientConfig
    or
    "C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" /AxConfig C:\AX2012ClientConfig\ClientConfig.axc
  2. CommandLine:
  3. you can use the commands as shown above.

No comments: