I am creating a Host SL app that will serve up several \"Plugins\" Each of these plugins can reference their own WCF service. When i import these into the Host app using MEF it says it cant find the e
I added a Test.XAP file in my silverlight application and loaded this XAP in my silverlight application using MEF architecture. But Can I send some parameters from my Silverlight application to this t
I am getting the following error in my application that leverages MEF: Curr开发者_如何学Cently composing another batch in
Is there a better way to hook up dependencies?? This relies on the singleton App.Current and exposing a function that exposes the _container.SatisfyImports.
For days i have been banging my head against a brick wall, trying to work out a problem that i am having with WCF Services and Silverlight.
1st i\'m newbie I import object/Class using lazy() now my questions are 1) what is the lifetime of my object?
Does MEF has Event Aggregation like feature builtin 开发者_StackOverflow(I don\'t want Prism etc) No, it doesn\'t have this built in.If you don\'t want to use something like Prism you would need to cr
I\'ve got a very simple app with a single export and multiple imports for the same type. After I call ComposeParts I can see that the import worked in the same class where I called ComposeParts from
I am trying to port an existing开发者_StackOverflow c# .net application that is using MEF extensively to MonoTouch and MonoDroid.Does MonoTouch and MonoDroid support MEF?Try using PocketMEF.
I am writing a WPF application using MEF for extensibility. The core application Imports a type from an assembly that the core application knows nothing about using the MEF DirectoryCatalog. The assem