Connecting Visual Studio with a different Config File - Visual Studio 2010 and Dynamics AX 2012
Visual studio must be installed on that machine. Live/Test
configuration file must be saved on that machine.
Steps:
1. Launch cmd
2. Navigate to the dir where VS is installed. In my case it is
: Chdir C:\Program Files\Microsoft Visual Studio
9.0\Common7\IDE\
3. Enter the
command: devenv.exe /AxConfig "enter here the
live/test client config path"
eg. devenv.exe /AxConfig "C:\AX CONFIG\Live
cus.axc"
Screen shot as follows of the command prompt
Comments
Post a Comment