The Managed Extensibility Framework (MEF) simplifies the design of extensible and modular applications, and is a standard component of Microsoft .NET 4.0 and Silverlight 4.0

learn more… | top users | synonyms

0
votes
0answers
12 views

Using MVC extensions with data model based views (MVC4)

I used the ideas from this page ("Enabling Add-In functionality in ASP.NET MVC 3") in my MVC4 project and it worked better than anything else I tried. The trouble is with the views in the extension. ...
0
votes
0answers
6 views

navigation in not working when [PartCreationPolicy(CreationPolicy.Shared)] in prism

in my prism application i want to make single shared instance of view but when i try to naviget first time it's work fine but when i try to second time it's not working if i do "Shared" to "NonShared" ...
0
votes
0answers
26 views

How do I Create an Editor Classifier Project? [duplicate]

I am trying to learn to write extensions to Visual Studio 2012. I was reading this link from MSDN. In step 1 on how to create an MEF project it says to "create an Editor Classifier project". In the ...
1
vote
2answers
22 views

So we've got MEF working with MVC4, how about the convention based model?

After much digging about I figured it's possible to use MEF for DI in MVC4, below SO link gives a couple of examples: How to integrate MEF with ASP.NET MVC 4 and ASP.NET Web API They work fine, but ...
0
votes
0answers
14 views

How to activate an existing order details view in PRISM MVVM StockTraderRI demo application?

Background: 1. With StockTraderRI demo application when you select an action in the PositionSummary view an OrderCompositeView is activated by the OrderController. The only information displayed on ...
0
votes
1answer
46 views

C#: MEF Exporting Properties

I am trying to get the Exported Properties in my defined classes, but I think something is missing that I don't know of. Here is my Handler class: public class Handler { public string Message { ...
0
votes
2answers
24 views

How do I create multiple shells in WPF application

I'm trying to create an application that includes two shells: Login shell Public shell I success to create two shells at the same time using PRISM and MEF, but how I can first to make the login ...
-1
votes
1answer
29 views

Silverlight 5 MEF

We are using MEF v1 with a Silverlight 5 application. We really need support for open generics. It's not clear to me whether this is possible with Silverlight 5. The dilemma is that I know MEF 1 ...
0
votes
0answers
38 views

Event Triggering from MEF plugin C# WPF

I would like to know how I can trigger event or call any specific function from MEF plugin to/in host application, and I would really appreciate it if you could provide any guideline for this. ...
0
votes
0answers
13 views

MEF: Injecting XAP with parameters

I am able to inject my project xaps via MEF to a Hub project. This Tutorial was really good at explaining the concept. The problem is I want to send parameters to xap before injecting it. In ...
0
votes
0answers
41 views

Event wiring with mef

Can anyone help me with this problem? I'm working with the MEF framework, but I would like to communicate via events with "the module" to the plugin. I've created a shared interface between those ...
0
votes
0answers
27 views

How to use Unity to build composite asp.net mvc 4 application?

I need to build an asp.net mvc 4 web application which can be extended by plugins. These plugins could be build by different development teams. These teams do not have access to the sourcecode of the ...
0
votes
0answers
39 views

MEF Issue: I Can't see the Imported Class

Our application implements MVVM-WPF-Unity and I adding a feature that will add plugins in our application thru MEF. Thus I have a Plugin Manager class and plugin class. In the Plugin class module, I ...
0
votes
0answers
35 views

MVC3 MEF and CompositionContainer

I'm trying to implement a plugin architecture in MVC3 using MEF and I am having a little trouble getting MEF to work when the assemblies are located in a folder other than the bin folder. For instance ...
0
votes
1answer
37 views

Managed Extensibility Framework (MEF), why are Imports needed?

I wonder what the use of Import/ImportMany decorations are good for? I played with MEF and manage everything through the CompositionContainer. I decorated the exports with a custom MetaDataAttribute ...
0
votes
0answers
29 views

How can I register SignalR echo route in MEF?

I've recently installed SignalR in my project and I've tryed to use but the MEF factory throws a Exception, how can I register the echo route from SignalR in order to get it to work? The global.asax ...
0
votes
1answer
50 views

ASP.NET WebApi Controllers in the external dll using MEF

I have simple ApiController in the separate project: <Export("Custom", GetType(ApiController)), PartCreationPolicy(CreationPolicy.NonShared)> Public Class CustomController Inherits ...
0
votes
1answer
24 views

Silverlight MEF with WCF service

I have a dashboard project with many user controls. This week I've created an application which is more than just a user control and integrating it into my dashboard application seemed like a pain. So ...
0
votes
1answer
32 views

Lazy<T, TMetaData> -> Lazy<dynamic, TMetaData> without instantiating?

I use MEF and compose parts and get several IEnumerable<Lazy<IFoo, IMetaData>> (I have several imports). I like to merge all of the composed parts into one collection of type ...
1
vote
1answer
30 views

MEF, why are identical duplicates of one and the same exported plugin created?

(1) Using the code below I get exactly 2 items in my containers of one and the same exported plugin and I wonder why: (2) Additional question which I really cannot implement: How can I extend the ...
0
votes
1answer
39 views

Compose parts, even if one export fails

I have the problem that I want to import types from a module dictionary. But because of the plugin based modularity some imports may fail. But if only one import fails, nothing gets imported - which ...
0
votes
1answer
50 views

How to extend WCF DataServices and EntityFramework Model using MEF

I'm using a vanilla WCF DataService class exposing a simple Entity Framework Model. The service is contained in a simple Web Application published to IIS. Nothing fancy, right! I'm trying to build ...
0
votes
0answers
23 views

MEF ExportProvider usage in Caliburn.Micro BootStrapper

I am on .NET 4.0 and hence using the implementation of ExportFactoryProvider from Glenn Block. I am using it in the bootstrapper of Caliburn.Micro framework based application. Here is a code snippet ...
1
vote
1answer
24 views

How do I add a header to a MEF call

I have a silverlight application where I download xaps using MEF. I would like to put a authorization token in the header of the call so that not anyone will be able to reach the xaps. Something like ...
0
votes
1answer
27 views

Importing MEF plugins into DI/IOC container

I am trying to use MEF to load plugins into a DI framework. There are multiple types such as: ISocket IBroadcastSocket INodeTask Currently I have setup my code this way: [Import] INodeTask ...
2
votes
1answer
24 views

How to do logging when writing an Visual Studio MEF extension

I'm writing a Visual Studio extension using MEF an I'm wondering how to add logging to the code. When writing a VsPackage one could use the "Action Log" like shown in MSDN. But this isn't possible in ...
1
vote
1answer
44 views

Overriding ToString() on MEF MetadataAttribute

I have a MEF MetadataAttribute: [MetadataAttribute] [AttributeUsage] public class MyTestAttribute : ExportAttribute, IMyTest { public MyTestAttribute(string pluginInfo) { _pluginInfo ...
1
vote
0answers
31 views

What is the best way to load/save a configuration (potentially from disk) for a plugin in MEF?

I'm building a plugin system for an emulator with MEF and now I'm trying to resolve an issue with loading and saving plugin settings, I've read this post Populate MEF plugin with config data but I ...
0
votes
0answers
45 views

How do I Add injection to constructor of an extensible controller in MVC4

Using Unity with MVC4 I'm able to target extension controllers just fine. And I'm also able to inject to the constructor of a local controller while still having all the extensible controllers ...
0
votes
0answers
27 views

Managing Multiple configs VS single configs in a dot net solution

I have certain doubts with respect to managing Configuration in config files in a typical dotnet application. Here is the case that I present: The solution is a WPF based application and is ...
1
vote
0answers
41 views

Generic out of work when Use RegistrationBuilder IN MEF

I would like to just use RegistrationBuilder to create parts. example: public interface IModel { String Name { get; } } public interface IRepository { } class ModelOne : IModel { public ...
0
votes
1answer
72 views

Re-initializing application in WPF / PRISM

We are building a WPF application using PRISM and MEF. In the application, the user will start out by browsing to a 'project file' which contains a large amount of meta data. Based on the project ...
0
votes
0answers
31 views

MEF NonShared objects with .Net 4

I would like to resume conversation started: MEF - [ImportMany] using ExportFactory<T> in WPF - .NET 4.0 I need to create non shared instances with Lazy structure: e.g. [ImportMany()] ...
0
votes
1answer
48 views

Could not load file or assembly antlr.runtime

I'm using MEF to add some parts to my ASP.net web application. I made a PoC project and everything works like a charm. But when I try to add it to my existing web app, I get the following error: ...
4
votes
1answer
93 views

MEF Runtime Plugin Update Issue

Issue : My MEF code is not appropriately updating assemblies during runtime, from a folder associated to a DirectoryCatalog. The plugins load at run-time succesffully, but when i update the dll and ...
0
votes
4answers
123 views

Invoke Func<> with parameters

I am importing methods with MEF. I call this method to get all exported methods: var methods = container.GetExports<Func<int,int,double>,MyMetadata>("contract name"); NOTE: Sometimes ...
0
votes
1answer
39 views

Replacing Default IModuleInitializer Using MEF in Prism

I'm trying to override the implementation Mefmoduleinitializer on their own, as described in Replacing Default Types Using MEF. My class (in Shells assembly) is : ...
0
votes
0answers
50 views

Map SignalR Hub after using MEF to load plugin

I'm trying to have signalR hub as part of a plugin using MEF. But after calling ImportMany on a List<> object and then adding the catalog/container/ComposeParts part in the Application_Start() ...
0
votes
1answer
44 views

MEF: [Import] Null Reference

I'm using Caliburn.Micro with MEF in one of my projects. I can get imports in the root viewmodel. But if I want to get imports into some other classes, it will not work. For example: [Export] public ...
2
votes
0answers
25 views

MEF doesn't discover exports in assembly loaded from byte[]

I am trying to use MEF to help with an application that accepts plugins loaded from a database. When I try creating a new AssemblyCatalog and pass in my dynamically created assembly, MEF appears to be ...
0
votes
1answer
61 views

How to activate corresponding screen in Caliburn.Micro

1.In my Silverlight project, I've got several Plugins (inheriting IPlugin and IScreen) and import them into the ShellView (main view) using MEF. 2.Then I bind the metadata (I've defined myself, ...
1
vote
0answers
68 views

PRISM: remove view from region

I create games manager which could select different games in region using PRISM MEF. There is a static shell and dynamic content in "MainRegion". Each game is separated module(assembly) and it's ...
1
vote
0answers
21 views

Navigation fails in Silverlight application using MEF

I have a Silverlight application using MEF to load UserControl plugins into the main shell. Each plugin has a metadata in which described are the name, version, icon and something like these of the ...
0
votes
1answer
37 views

Attribute Useage For Checking Method Permissions

I'm trying to implement a security mechanism to automatically test a particular plugins permissions and method security privileges and I've gotten a bit stuck on how to get this working. I've writing ...
0
votes
1answer
38 views

Add Printing feature in a class dynamically

I am developing an Invoice Application. I am using MEF to have a modular approach. I have created a module (PlugIn) for Printing which Prints document to Printer. Now, my question is There is a ...
0
votes
1answer
35 views

MEF attribute-less property importing with contract name

I find the lambda expressions needed for importing of properties somewhat confusing and I am trying to also understand how to use MEF conventions for importing and exporting so maybe I am trying to ...
1
vote
3answers
69 views

Select parameter less constructor with MEF conventions

I am trying to use MEF conventions within the .NET Framework 4.5 and am stuck on something I thought should be simple. I want to export a set of classes and all are working except for the one that ...
0
votes
1answer
58 views

Are there disadvantages in MEF exporting with and without a contract name?

I am looking at trying to fiter a set of exported test handlers such that some can be used automatically without human interaction and some can be manually used. When they are manual capable they will ...
1
vote
3answers
75 views

MEF ImportMany not working with Caliburn.Micro

Here is my metadata: [MetadataAttribute] [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)] public class ModuleAttribute : ExportAttribute, IModuleMetadata { public ...
3
votes
0answers
62 views

Removing from MEF container

This question seems to have been asked several times, but I have yet to find any answer that actually works. Very simply, how do I remove something from a MEF container. Even the code shown here ...

1 2 3 4 5 29