Sunday, March 13, 2016

Debuggin in new Microsoft Dynamics AX RTW

Debugging in AX RTW is similar to the debugging of CIL in AX 2012. In AX 2012, we used to attach the Visual Studio debugger to Ax32Serv.exe. In AX RTW, We attach the debugger to w3wp.exe service. This is IIS worker process.



Make sure you have unchecked the load symbols only for the items in the solution. If this is checked Visual Studio will load only dlls corresponding to files in the solution for debugging.  


Please note that when you uncheck it, It will take time to load all the dlls corresponding to AX RTW.

No comments:

Post a Comment