mef
Visual Studio Package Initialize method does not call when debugging
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[详细]
2023-04-01 08:56 分类:问答Invoke a method in the MainWindow from ChildWindow loaded using MEF
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[详细]
2023-04-01 05:01 分类:问答MEF Extension Events
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.[详细]
2023-03-31 15:18 分类:问答How would I create composite settings for an application?
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[详细]
2023-03-31 09:40 分类:问答MEF GetExportedValue with metadata
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[详细]
2023-03-31 04:05 分类:问答How to support dual versions of an interface in MEF?
I am managing a complex projects which share components through shared contracts.There are several hosts and many of these shared plugins.[详细]
2023-03-31 03:34 分类:问答How can I create a Wizard interface from code injected via MEF?
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).[详细]
2023-03-31 02:05 分类:问答MEF problem in article
I have a little problem in this page: http://mef.codeplex.com/wikipage?title=Parts&referringTitle=Guide[详细]
2023-03-30 23:06 分类:问答What excatly should we understand, when talking about MEF
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.[详细]
2023-03-30 08:31 分类:问答MEF exception when hosting on a server
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[详细]
2023-03-30 01:19 分类:问答