Hello experts,
I created a Dynamics AX model file, xyz.axmodel with Export-AXModel PowerShell cmdlet. The module is also signed. But when I try to install the same module to another AOS instance I am getting the following warning and an error.
1) Warning: "The model is not signed. Do you want to continue". While issuing Export-AXModel command I supplied a snk file also. IL Disassembler also shows that the model is signed, it shows public key.
2) When I select Yes option to continue installation I get this error "Unable to cast transparent proxy to type 'ModelImportReader'., Microsoft.Dynamics.AX.Framework.Tools.ModelManagement.PowerShell.InstallAXModelCommand".
Has anybody encountered the above warning/errors? How they were solved. Highly appreciated a quick answer.