Compile Application
using command prompt
The new way to
compile AX application through command prompt is introduced in AX 2012 CU7. This
is much faster than the traditional way of compiling. It takes approx.. 1-2
hours to compile depends on your server
- Run command prompt by Run As
Administrator
- go to C:\Program
Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin\
- Use command to run compilation.
axbuild.exe xppcompileall /s=01 /altbin="C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin"
There are other options for running axbuild command refer msdn
Compile Application
using command prompt
The new way to
compile AX application through command prompt is introduced in AX 2012 CU7. This
is much faster than the traditional way of compiling. It takes approx.. 1-2
hours to compile depends on your server
- Run command prompt by Run As Administrator
- go to C:\Program Files\Microsoft Dynamics AX\60\Server\MicrosoftDynamicsAX\bin\
- Use command to run compilation. axbuild.exe xppcompileall /s=01 /altbin="C:\Program Files (x86)\Microsoft Dynamics AX\60\Client\Bin"
There are other options for running axbuild command refer msdn