Search code examples
x++dynamics-ax-2012axaptamorph-x

How can you get a detailed error descriptions in Dynamics AX?


When doing many different (obviously) wrong things in A++ syntax I only get "Syntax error" in Description and some number (Err:9999) in Diagnostic ID. This does not help me at all finding out whats wrong so I can fix it. No hint, no nothing!

This is compile time syntax errors that the IDE should just hand to me.

So how can I get more detailed information about what is wrong?


Solution

  • There is no way of showing more information that this "Syntax error" for that error type. Almost always is a missing semicolon or brackets dispaired.