I upgraded to FB8 and now an internal written plugin is throwing this error:
Cannot resolve dependency to assembly 'System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089' because it has not been preloaded. When using the ReflectionOnly APIs, dependent assemblies must be pre-loaded or loaded on demand through the ReflectionOnlyAssemblyResolve event. See the plugins page for more information.
This plugin ran fine on 7.3.6. Any ideas what to look for in the plugin code to resolve this?