Thursday, 5 January 2023

Unable to create metadata provider. Serialization version mismatch detect, make sure the runtime dlls are in sync with the deployed metadata. Version of file '207'. Version of dll '206' Build Pipelines issue in D365 F&O

D:\a\8\NuGets\Microsoft.Dynamics.AX.Platform.CompilerPackage\DevAlm\Microsoft.Dynamics.Framework.Tools.BuildTasks.targets(85,5): Error : Fatal: Unable to create metadata provider. Serialization version mismatch detect, make sure the runtime dlls are in sync with the deployed metadata. Version of file '207'. Version of dll '206'.

When we execute a service update to the environment and create the project and checked with the latest version, while executing the build system will expect the latest version of NuGet due to that we will get this issue.

207----->Service update 10.0.31

206----->Service update 10.0.30

205----->Service update 10.0.29

204----->Service update 10.0.28

203----->Service update 10.0.27

202----->Service update 10.0.26

201----->Service update 10.0.25

200----->Service update 10.0.24

199----->Service update 10.0.23

198------>Service update 10.0.22

197------>Service update 10.0.21

196------->Service update 10.0.20

Solution: We need to update our pipeline with the latest NuGet package and Updated packages.config Version to the latest then it will solve the issue.

No comments:

Post a Comment

validate offsetLedgerDimension in d365 FO

 /// <summary> /// This class is used to validate offsetLedgerDimension /// </summary> class PNG_InventMovValidateOffsetLedgerDi...