Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

You get this exception when you want to use the re-motion API
and a re-motion assembly can't be loaded. This typically occurs
if you use the re-motion mixins library in your application,
but don't use the rest of re-motion. You can force the load
by invoking

Code Block
FrameworkVersion.RetrieveFromType (typeof (IMixinTarget));

...