I recently updated my application to Platform update 29 and now i am unable to run any classes through SysClassRunner to load my custom number sequence.
Whenever I use SysClassRunner it gives me the following error,
Microsoft.Dynamics.Ax.Xpp.ClrErrorException: TypeInitializationExeption ---> System.TypeInitializationException: The type inititlaizer for 'Microsoft.Dynamics.Ax.Metadata.XppCompiler.CompilerTracer' threw an exception. ---> System.TypeInitializationException: The type initializer for 'Microsoft.Dynamics.Ax.DesignTime.Telemetry.OneDS' threw an exception. ---> System.IO.FileLoedAxception: Could not load file or assembly 'Microsoft.Diagnostics.Tracing.TraceEvent, Version=2.0.43.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) at Microsoft.Dynamics.Ax.DesignTime.Telemetry.OneDS.cctor() --- End of inner exception stack trace ---
I have found a solution on troubleshoot-on-prem to apply the TSG_SysClassRunner.ps1 but had no luck.
I would appreciate any assistance regarding this issue.
