TypeLoadException
Views (2)
If you get a TypeLoadException when loading one of the FakeXrmEasy packages, it might be that a fix to one package was pushed to nuget (i.e. FakeXrmEasy.Core) and some of the packages that depend on it (i.e. FakeXrmEasy.Plugins) are referencing an older version.
At runtime, the plugins package will search for the exact version it depends on and it’ll fail.
An easy fix is adding a binding redirect to the solution.
This was originally posted here.

Like
Report
*This post is locked for comments