web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

AX2012 code compile

DaxNigel Profile Picture DaxNigel 2,574

Compiling code in AX2012 (appropiate version) is much faster is done from the command line. Using the following code you can compile your code from the command prompt:

"C:\Program Files\Microsoft Dynamics AX\60\Server\<instance name>\bin" 
Axbuild.exe xppcompileall /s=<instance number>

The instance number will be a two digit number based on the order the instances were installed. So typically it will be something like 01, 02 or 03…

Once compile is complete the results can be found in the directory

C:\Program Files\Microsoft Dynamics AX\60\Server\<Instance name>\Log


This was originally posted here.

Comments

*This post is locked for comments