Hello All,
Following the AX 2012 R3 upgrade guide during the "Perform Data upgrade on production system", after CIL compile we got this error:
CIL generation: Line Number 18 - Source array was not long enough. Check srcIndex and length, and the array's lower bounds.
\Classes\SysTreeNodeVSItem\importFromFile Err:351
Finished pass 1 at 25/08/2015 12:14:46 PM
Finished pass 2 at 25/08/2015 12:16:43 PM
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.
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.
Classes
SysTreeNodeVSProject
getVirtualProject
Classes
SysTreeNodeVSProject
importProject
Finished pass 3 at 25/08/2015 12:22:53 PM
The CIL generator found errors and could not save the new assembly.
Could anyone help resolve this error.