I applied a deployable package to a local VM for D365FO, now when I build any model in visual studio i get the following error
Abnormal termination with unhandled exception. Exception key: 01189b8b-39ac-4c5c-92b6-60362768b625. System.TypeInitializationException: The type initializer for 'Microsoft.Dynamics.AX.Framework.Xlnt.TypeUniverse.XLNTTypes' threw an exception. ---> System.TypeLoadException: Could not load type 'Microsoft.Dynamics.Ax.Xpp.EventHandlersLazyInitializationAttribute' from assembly 'Microsoft.Dynamics.AX.Xpp.Support, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35'.
at Microsoft.Dynamics.AX.Framework.Xlnt.TypeUniverse.XLNTTypes..ctor()
at Microsoft.Dynamics.AX.Framework.Xlnt.TypeUniverse.XLNTTypes..cctor()
Info:
The package In applied was generated from version 10.0.28 and I applied to an environment version 10.0.30
Should this make a difference? If not, I have no idea how to troubleshoot this. The error gets generated every time an x++ class gets compiled
Thanks