February 2023 M T W T F S S 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 -
Recent Posts
- Multidimensional array in Microsoft Dynamics AX
- AX2012: Using the Excel add-in, you might receive the error: “The role that you are assigned does not have permission to access the selected data.”
- AX2012 – The Complexities of an upgrade
- AX2012 R3 CU8 – AOT Compile Errors on Payroll Classes related to Symmetry DLL
- SysDictTable object not initialised: Error
Recent Comments
- Sascha Storzum on AX2012 R3 CU8 – AOT Compile Errors on Payroll Classes related to Symmetry DLL
- Johan Groenewald on SysDictTable object not initialised: Error
- Bettina Gregersen on AX2012 R3 CU8 – AOT Compile Errors on Payroll Classes related to Symmetry DLL
- Mohammad Muneeb on SysDictTable object not initialised: Error
- Johan Groenewald on AX2012 R3 CU8 – AOT Compile Errors on Payroll Classes related to Symmetry DLL
Archives
Categories
Category Archives: Uncategorized
Multidimensional array in Microsoft Dynamics AX
So, we had the situation where we needed to use a multidimensional array within AX. AX can only handles a single dimensional array, and using the .NET classes, caused some issues when with type conversions. Eventually we ended up creating … Continue reading
How to: Configure the Debugger to Debug a Report Data Provider Class [AX 2012]
http://technet.microsoft.com/en-us/library/gg724081.aspx We followed the instructions provided by Microsoft but it still didn’t work but once we ran the debugger as administrator then it worked.
Posted in Uncategorized
Leave a comment