Apr 13, 2016

Visual Studio에서 열고 싶은 AOS 열기 (AX 2012)

Korean -


SSRS Report 를 만들거나
기타 데이터를 편집할때 비쥬얼스튜디오 열때 연동해서 여는방법


비쥬얼 스튜디오 경로 뒤에 아래의 경로 집어넣어주면 됨
/Axconfig 경로(ex. C:\경로\경로\AX.axc) 을 입력한다.
/AxConfig D:\SSBP(CUS).axc


English -


To Open Visual Studio with a Specific Configuration from a Shortcut
On the client computer that is running Visual Studio, open the Start menu, right-click Visual Studio 2010, and select Properties.

Update the Target field and add the /AxConfig switch with either the name of the client configuration or the name of the client configuration file as shown in the following examples:

"C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" /AxConfig ContosoDev

or

"C:\Program Files\Microsoft Visual Studio 9.0\Common7\IDE\devenv.exe" /AxConfig z:\Config\ContosoDev.axc

If you run the Visual Studio executable with a parameter of /?, then it will show you all the available switches you can use.

NoteNote
When pointing to a configuration file, you can use a Universal Naming Convention (UNC) file location such as \\Server\Configurations\ContosoDev.axc.
Click OK. When you click the Visual Studio shortcut, it opens and Application Explorer points to the specified client configuration. The name of the configuration appears at the top in the root node of Application Explorer.

No comments:

Post a Comment