Hi all,
I’m customizing WMSPickingList SSRS report from AX 2012 by adding shipmentId on the WMSPickingListHeader.
I add the new column on the WMSPickingListReportHeaderTmp, then edit the WMSPickingListReportDP. After that I edit the report on the visual studio. I refresh the dataset and add the shipmentId to the design.
I can build the report with no error, but when I try to deploy the report from visual studio, the visual studio always crash. I tried it on 2 machines and both visual studio crashes.
I check the event viewer and got this error:
Could not load assembly ‘Microsoft.Dynamics.Retail.StoreConnect.TransAutomClient, Version=0.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=AMD64’ or one of its dependencies.
What can I do to resolve this error?
Thank you in advance.