Basically, I have the following scenario: User runs application The Bootstrapper loads the \"Modules\" directory into the AggregateCatalog.
We are investigating using MEF for a plugin/IoC solution. The concept is that the Core project is a working instance. The plugin will then replace any Expo开发者_开发知识库rts in the Core that it con
Basically I have the following scenario: App.xaml.cs: protected override void OnStartup(StartupEventArgs e)
I have an issue where my object is loaded twice in MEF.So MEF returns two of my object, which causes my entire program to crash because I am expecting only one.
I am replacing unity with mef in my prism application.One of the things I see is that mo开发者_C百科dules are also affected as well.
How can you add an already created instance to a MEF container/cataloge to use when resolving Im开发者_StackOverflowports. I want the functionality that Unity gives with the RegisterInstance method on
I have this class: public interface IHandles<DOMAINEVENT> where DOMAINEVENT : IDomainEvent { void Handle(DOMAINEVENT args);
Basically, I have the following class within my Client.exe project: Client.exe Project: Foo.cs public class Foo
I\'ve followed the steps listed in the walk through (http://msdn.microsoft.com/en-us/library/bb166360.aspx) for implementing and registering a LanguageService and I simply can\'t get it to work.
I have a traditional MVVM approach, so for example a view model called \'PatientManagementViewModel\' that is used by a view called \'PatientManagementView\'. Everything is injected using MEF, so I do