deploy the ssrs reports error:

I had made this and still have the following error while deploying:

ERROR:

System.Web.Services.Protocols.SoapException: Error while loading code module: ‘Microsoft.Dynamics.Framework.Metadata.AX, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’. Details: Could not load file or assembly ‘Microsoft.Dynamics.Framework.Metadata.AX, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35’ or one of its dependencies. The system cannot find the file specified.

at Microsoft.ReportingServices.Library.ReportingService2005Impl.CreateReport(String Report, String Parent, Boolean Overwrite, Byte[] Definition, Property[] Properties, Guid batchId, Warning[]& Warnings)

at Microsoft.ReportingServices.WebServer.ReportingService2005.CreateReport(String Report, String Parent, Boolean Overwrite, Byte[] Definition, Property[] Properties, Warning[]& Warnings)

you are using RTM version? if not please tell what your Axapta version

Current Version 6.2.1000.2473 ax 2012 R2

Is it the first time you are getting this error?

If not, then try the following command for deploying reports from AX 2012 Management shell.

(Run Management shell as an administrator)

Publish-AXReport -ReportName * –SkipReportServerAdminCheck

where * is the report name to be deployed.

Reply back if the error still persists.

Hi,

May be you can refer to this blog which may help you,

https://community.dynamics.com/ax/b/mafsarkhan/archive/2014/04/25/upgrade-ssrs-reports-from-dynamics-ax-2012-to-ax-2012-r2.aspx

Regards,

Raghav.