AX2012 code compile
Views (9)
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.

Like
Report
*This post is locked for comments