Check up on compilation status

October 30, 2009 at 19:32
filed under Uncategorized
Tagged , ,

A (little) trick in between. I thought everyone was using this method, but I apparently I was wrong, so here you go.

Doing a full compile takes a long time, and because of that, it’s handy to be able to check how much of the process is done and how much remains.
Luckily, when doing a full compile, the Compiler Output form appears at the bottom of the screen where you can see what is currently being compiled.

The only problem is that most of the time, the AX client hangs and is not responsive during the compilation process, so you can’t see that information.

The solution to this is to press Crtl + Break.
You will see a window that says:

Are you sure that you want to cancel this operation?
To start the Debugger for Microsoft Dynamics, press and hold SHIFT while you click No.

While this screen is active, the Compiler Output form will update so you can check up on the status. When you’re done, be sure to click “No” to resume the full compile. Don’t click “Yes” because then the compilation will not resume and you’ll have to start again.

2 comments

RSS / trackback

  1. Michael

    Does this work in a VM (Hyper-V)? I tried Crtl+Break but nothing happened.

  2. Klaas Deforche

    Hi Micheal, this only really works for AX 2009 and you are probably on AX 2012 right?

    If you are on AX 2009 and it still doesn’t work it could be that Ctrl+break doesn’t register because the shortcut somehow used for other purposes in the WM and an other key combination has to be used to trigger Ctrl+break. Most likely those combinations will work when working full screen but not in windowed mode.

respond