mono/mono-addins

Loading reference Assemblies for Addin with AssemblyResolve

mikkeljohnsen opened this issue · 1 comments

My application is using "AppDomain.CurrentDomain.AssemblyResolve" to load reference Assemblies in a Framework directory. Mono.Addins do not seem to call my "AssemblyResolve", because it is using an internal "AssemblyResolve".

How do I tell Mono.Addins to look for reference Assemblies in my Framework directory ?
This is on Windows (7, 10).

I used to have Mono installed in my Framework and using that for running my application. I'm trying to change to use MS .NET Framework. But the Addins will not load, giving me a "Assembly not found: ".