Hey,
i am using MS AX 2012 R3, i have problem with deploying anyone inbound port. This problem was appear after installing IIS components on this same machine.
I was try to:
- restart aos service,
- execute full applicaton compilation by axbuild tool,
- full cil compile
But i still recive this same error. I also tried to compile cil in another server, and has finish fine without anyone error, but on orginal server are still this same error.
Deploing inbound ports error:
System.OperationCanceledException: The AIF service group is not activated. Service group: AifServices. Error: 'Dynamics.Ax.Application.AifMessageSetStatistics' type can not be loaded from the 'Dynamics.Ax.Application, Version = 6.3.4000.127, Culture = neutral, PublicKeyToken = null' set. ---> System.TypeLoadException: The type 'Dynamics.Ax.Application.AifMessageSetStatistics' could not be loaded from the set 'Dynamics.Ax.Application, Version = 6.3.4000.127, Culture = neutral, PublicKeyToken = null'....
Full cill compile error:
Exception was thrown because the .NET instance method Microsoft.Dynamics.Framework.Portal.Deployment.EPWebModule.DeployWebModuleFromAOT was not found during CIL generation in class sysEPWebPageDefinition.deployModuleOnServer. Generating the code to make a reflection call during run time.
Information: Either the .NET instance method Microsoft.Dynamics.Framework.Portal.Deployment.EPWebModule.DeployWebModuleFromAOT or its parameters could not be resolved during CIL generation, in class sysEPWebPageDefinition.deployModuleOnServer. Generating the code to make a reflection call during run time.
Exception was thrown because the .NET instance method Microsoft.Dynamics.Framework.Portal.Deployment.EPWebPartPage.ImportWebPartPageFromAOT was not found during CIL generation in class sysEPWebPageDefinition.deployPageOnServer. Generating the code to make a reflection call during run time.
Information: Either the .NET instance method Microsoft.Dynamics.Framework.Portal.Deployment.EPWebPartPage.ImportWebPartPageFromAOT or its parameters could not be resolved during CIL generation, in class sysEPWebPageDefinition.deployPageOnServer. Generating the code to make a reflection call during run time.
Errors: 0
Warnings: 9
I was looking for similar problems, and i found similar problem, which where, the solution are install SharePoint 2013 Foundation SDK, but this solution didn't help me. In addition, the pervious before installing IIS i didn't need it to deploy inbound ports.
Maybe someone has encountered this problem?
*This post is locked for comments