mono / mono-addins

Mono.Addins is a generic framework for creating extensible applications, and for creating add-ins which extend those applications.
MIT License
163 stars 94 forks source link

Loading reference Assemblies for Addin with AssemblyResolve #140

Closed mikkeljohnsen closed 2 years ago

mikkeljohnsen commented 5 years ago

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: ".

mikkeljohnsen commented 2 years ago

https://github.com/mono/mono-addins/pull/142