Hi All,
I have done code upgradation from AX 2012 R3 (CU11) to D365 latest version.
I am getting the below error when i click "update model parameters"(Path: Dynamics 365 -->Model Management --> Update Model Parameters" in Visual studio.
While Build the Project (Upgraded Solution" i am getting the below error list
--------------------------------------------------------------------------------------------------------
"Severity Code Description Project File Line Category Source Suppression State Tool
Error Path: [Unknown]:Object reference not set to an instance of an object.
at Microsoft.Dynamics.Framework.Tools.BuildTasks.AsyncBuildController.<>c__DisplayClass59_0.<DoMetadataValidation>b__1(DiagnosticItem diagnosticItem)
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
at Microsoft.Dynamics.Framework.Tools.BuildTasks.AsyncBuildController.DoMetadataValidation(CancellationToken token, IEnumerable`1 elements, BuildTrigger buildTrigger). 0 Build
Error Path: [Unknown]:Object reference not set to an instance of an object.
at Microsoft.Dynamics.Framework.Tools.BuildTasks.AsyncBuildController.<>c__DisplayClass59_0.<DoMetadataValidation>b__1(DiagnosticItem diagnosticItem)
at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
at Microsoft.Dynamics.Framework.Tools.BuildTasks.AsyncBuildController.DoMetadataValidation(CancellationToken token, IEnumerable`1 elements, BuildTrigger buildTrigger). 0 Build
Error Path: []:System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Dynamics.Framework.Tools.ILGeneratorAgent.CompilationService.ValidateMetadata(String module, String metadataPath, String compilerMetadataPath, IEnumerable`1 elements) 0 Build
Error Path: []:System.NullReferenceException: Object reference not set to an instance of an object.
at Microsoft.Dynamics.Framework.Tools.ILGeneratorAgent.CompilationService.ValidateMetadata(String module, String metadataPath, String compilerMetadataPath, IEnumerable`1 elements) 0 Build
Error Path: []:The module 'BankTypes' referenced by the module being compiled does not exist. 0 Build
Error Path: []:The module 'BankTypes' referenced by the module being compiled does not exist. 0 Build
Error Path: []:The module 'BusinessProcess' referenced by the module being compiled does not exist. 0 Build
Error Path: []:The module 'BusinessProcess' referenced by the module being compiled does not exist. 0 Build
Error Path: []:The module 'ElectronicReportingCore' referenced by the module being compiled does not exist. 0 Build
Error Path: []:The module 'ElectronicReportingCore' referenced by the module being compiled does not exist. 0 Build
Error Path: []:The module 'ElectronicReportingForAx' referenced by the module being compiled does not exist. 0 Build
Error Path: []:The module 'ElectronicReportingForAx' referenced by the module being compiled does not exist. 0 Build
Error Path: []:The module 'ElectronicReportingMapping' referenced by the module being compiled does not exist. 0 Build
Error Path: []:The module 'ElectronicReportingMapping' referenced by the module being compiled does not exist. 0 Build
Error Path: []:The module 'Retail' referenced by the module being compiled does not exist. 0 Build
Error Path: []:The module 'Retail' referenced by the module being compiled does not exist. 0 Build"
--------------------------------------------------------------------------------------------------------
Any suggestion/help to solve this.
Thanks,
*This post is locked for comments