Today I got very this error on deployment of customized SSRS report. The customization code was written in Dynamics AX 2012 R2 and it was successfully migrated to Dynamics Ax 2012 R3 System.Web.Services.Protocols.SoapException: Error while loading code module: ‘Microsoft.Dynamics.Framework.Metadata.AX, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’. Details: Could not load file or assembly ‘Microsoft.Dynamics.Framework.Metadata.AX, Version=6.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or […]
Dynamics Ax tips and tricks
Dynamics ax 2012: excel add-in publish data button disabled
Currently working with Excel add-in importing data into Dynamics Ax, I found that publish data is disabled, Latter I found that push, status, add Row, delete row and other button remains disabled until you closed the field selection by re click on field’s button.
Dynamics Ax 2012 Client cache problem
A few days ago, I was working on Dynamics Ax 2012 customization. When I shifted code to QA server, Compile, Generate CIL, but no changes display on client. I was shocked, latest code working fine on my machine but why it is not working on QA server. AOT shows the latest code. During troubleshooting I […]