I need to be able to, at runtime, load two classes that share an unknown type, like this: interface IProducer<out A>
easy task, but couldn\'t find any direction. i want to intercept object creation of MEF and return proxy (using castle dynamic proxy) of my object either then the object itself.
MEF is a great framework. I can just put a dll into given directory and when host composition goes the DLL code will run.
For those that work with application extensibility in .NET, what do you prefer doing - creating your own extensibility layer or using MEF (Managed Extensibility Framework) or MAF (Managed Add-in Frame
In the past I had problems with the browser cache serving older versions of the xap file. In order to overcome this I dynamically add a query string parameter containg the last modified date of the xa
My application allows users to write plugins (implementing IPlugin) that they can instantiate at runtime. On startup a directory of plugin .dlls is parsed, registering all the available plugins inform
I want to develop an extension for VS2010 that will allow me make some additional features to syntax-highlighting.
BIG EDIT: This problem is probably being caused by MEF! I\'m using a service oriented architecture and have all my MVC controllers perform actions through the services.
I got my hands om MEF for a week now and I am trying to build up a WPF application that loads imported controls from MEF.
I am trying to follow some starter guides for using MEF in .Net 4, but I get stuck when I get to setting up the application. The instructions say to do this: