Источник:
http://paruvellas.wordpress.com/2012...ons-framework/
==============
To debug the Dynamics Ax, service operations (SysOperationService) framework, change the following method as follows… Classes –> SysOperationRPCFrameworkService –>runServiceOperation /*return SysDictClass::invokeStaticMethodIL(classStr(SysOperationServiceController), staticMethodStr(SysOperationServiceController, runServiceOperation), [controllerClassId, packedController]);*/ return SysOperationServiceController::runServiceOperation([controllerClassId, packedController]);
Источник:
http://paruvellas.wordpress.com/2012...ons-framework/