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"

Go to View in Visual studio, click Application explorer. This would show the entire Test/Live AOT. You can then edit any report you would like.

Screen shot as follows of the command prompt



Comments

Popular posts from this blog

The virtual path maps to another application, which is not allowed

Export Data from AX 2012 - using DIXF (Data Migration Framework)

InfoPath 2010 - Date Picker problem when SetVal from CodeBehind