Currently, I\'m developing an extension to Visual Studio 2010 using MEF and I need to initialize my global state. I\'m trying to do it in Package.Initialize method
How to invoke a method in the MainWindow from ChildWindow loaded using MEF Both Main App and the Mef library share the same interface 开发者_运维百科library Pass the MainWindow reference to the Child
I am a new developer to MEF (Managed Extensibility Framework) and have managed to get a sample application up and running, with several extensions. This is a nice framework to use.
What I would like to do is have a versatile settings class that I can use in a composite application.As I add features and components and compose the application using MEF & Prism I would like to
I want to use MEF as a DI for my project. I have 1 project and every classes that should be composed resides there (they share one interface). Now I want to create one of them by specifiyng a metadata
I am managing a complex projects which share components through shared contracts.There are several hosts and many of these shared plugins.
I would like to write Wizard on the basis of MVVM, MEF. I would like that each page of the Wizard was loaded from separate dll (MEF).
I have a little problem in this page: http://mef.codeplex.com/wikipage?title=Parts&referringTitle=Guide
I\'ve been researching about MEF(managed extensibility framework) for two days. However, I think MEF can\'t give me what I expect from it.
I\'m using MEF to dynamically load wcf service. MyInstanceProvider belongs to the same physical library where my service is. Code works on my dev box IIS7 (64bit) but throws this exception on my test