Managed Extensibility Framework announcement
-
Link
This forum has been retired. It is locked; it is still available for review in the Archived Forums folder. Any future posts on this topic should be put in the .NET Framework Class Libraries forum.
-
Link
Downloads
Managed Extensibility Framework CTP
Team Member Blogs
Krzysztof Cwalina (rss)
Mircea Trofin (rss)
Wes Haggard (rss)
David Kean (rss)
Glenn Block (rss)
Nicholas Blumhardt (rss) -
Link
Welcome to the Managed Extensibility Framework (MEF) forum. This forum is the new home for all discussions related to MEF and the System.ComponentModel.Composition namespace, a set of building blocks that includes dependency injection (DI), structural matching (duck typing) and a naming and activation service for developing extensible and dynamic applications.
You can get started by downloading the CTP from CodePlex.
Regards
Managed Extensibility Framework Team
Found 300 threads
-
0 Votes
how to get plugin DLL name???
i have added a watch and get a return of "C:\\USERS\\JOHNSON TAN\\DESKTOP\\MEFSIMPLEDEMO\\PLUGINS\\CALCULATIONSERVICE1.DLL" (new ...Answered | 2 Replies | 6206 Views | Created by Kian Wee Tan - Friday, December 28, 2012 6:56 AM | Last reply by Kian Wee Tan - Sunday, December 30, 2012 12:35 AM -
0 Votes
MEF fails when running locally
I dont even know how to phrase my question. I have developed an application in VS2010 using MEF in several locations. It has been working flawlessly. I began working on ...Unanswered | 1 Replies | 5457 Views | Created by c_manboy - Tuesday, December 4, 2012 12:53 AM | Last reply by BryanCC - Wednesday, December 19, 2012 10:27 PM -
0 Votes
MEF loading multiple plugins built from the same project
I have a number of plugins each one containing a resource dictionary and a simple MEF implementation for getting the DLL filename and the resource dictionary URI and basic export ...Unanswered | 3 Replies | 8188 Views | Created by BrettLawless - Wednesday, November 28, 2012 12:24 PM | Last reply by BryanCC - Wednesday, December 19, 2012 10:24 PM -
0 Votes
Manage signature help sessions
Hi all, I would like to manage the signature helps of my methods. Currently I created an mef project, that use CreateSignatureHelpSession ...Unanswered | 1 Replies | 4806 Views | Created by Idan2000 - Monday, December 10, 2012 12:41 PM | Last reply by Ego Jiang - Tuesday, December 11, 2012 6:29 AM -
0 Votes
It's possible to create DirectoryCatalog for Silverlight ?
I've been looking for something like DirectoryCatalog for Silverlight. For example I've got a IPlugin interface and some of its implementations in separate xaps. When I start SL ...Unanswered | 2 Replies | 11154 Views | Created by chrapek - Tuesday, January 26, 2010 9:39 AM | Last reply by a_Neils - Friday, December 7, 2012 12:44 AM -
0 Votes
MEF loading multiple plugins built from the same project
I have a number of plugins each one containing a resource dictionary and a simple MEF implementation for getting the DLL filename and the resource dictionary URI and basic export MetaData for: Theme ... -
0 Votes
Can't use winrt mef
I'm using the code from the documentation but I'm getting an error. code used in a new windows store app ... -
0 Votes
Can't resolve metadata due to cross-domain composition
Hi, Let's say I create new composition container in main appdomain and add there an instance of Class1. Then i create Class2 in another app-domain and try to ... -
0 Votes
TypeDescriptor does not work with Mef
Hi, I have assembly loaded by mef. it contains class with custom typedescriptor. If the assembly is in the ...Unanswered | 1 Replies | 5163 Views | Created by Daniel Turan - Thursday, November 1, 2012 11:54 AM | Last reply by Bob Shen - Monday, November 5, 2012 7:24 AM -
0 Votes
Passing MarshalByRef Object from Addin to host
How can I pass a form class from addin to host? in host I want to set MDIParent of the child form in Addin. -
0 Votes
Is it possible to load execute file(*.exe) by MEF
Dear Everyone. i have read MEF, but Is it possible to load exeute file? i have attached a code below? when i usedAppDomain ...Unanswered | 3 Replies | 15146 Views | Created by lightdoll - Tuesday, March 9, 2010 7:46 AM | Last reply by Bjorn Vdkerckhove - Monday, October 22, 2012 12:40 PM -
0 Votes
Develop custom "Find All Reference" Add-In
Hi all, I have been trying to develop a visual studio addin similar to Find All Reference. I could implement the Find All reference feature. code shown ... -
0 Votes
Problems with nested imports - OnImportsSatisfied is called twice
Hi all, I have a problem related to nested imports in MEF. I attached a sample to illustrate what is happening. in the button1_Click I first ...Unanswered | 0 Replies | 5705 Views | Created by Hörnchenmeister2012 - Friday, October 12, 2012 9:32 AM -
0 Votes
MEF Problem "Could not load file or assembly System.Windows..."
Hi there I'm getting the error message as follwoing: Could not load file or assembly 'System.Windows, Version=2.0.5.0, Culture=neutral, ... -
0 Votes
MEF exception running an existing VS 2010 application after installing VS 2012
Hello, We have a WPF application written against .NET 4.0 in VS 2010. Since installing VS 2012, the application no longer functions correctly, reporting this ...Unanswered | 2 Replies | 7241 Views | Created by Stephen Drew - Thursday, August 16, 2012 9:09 PM | Last reply by wmalgadey - Wednesday, September 26, 2012 6:50 AM -
1 Votes
MEF and portable class libraries
MSDN says that MEF is supported in portable class library when targeting to .NET, Silverlight or Windows Store Apps. I just have portable class library targeted to .NET 4.5 and Windows Store ...Unanswered | 0 Replies | 7240 Views | Created by Ladislav Mrnka - Tuesday, September 18, 2012 8:19 PM -
0 Votes
Inconsistent ReflectionTypeLoadException during MEF composition
I have the following code to load exported DLL's to my container. ...Unanswered | 0 Replies | 6101 Views | Created by Sridhar Janakiraman - Sunday, September 9, 2012 6:37 AM -
0 Votes
Create Setup for MAF Apps
Hi, I want to create a setup for my MAF Application with this support: User can select which AddIns must be installed. How ... -
0 Votes
Parent and Child Forms
Hi, My Host app has an MDI Container Form and the AddIn has a child form. How can I set child's MdiParent to MDI form on Host ... -
0 Votes
MEF - Load plugins from network share failing
Hi, In my application i am using MEF to load plugins from network shared drive. The plugins load when loaded from local drive but fails to load when loading ...Unanswered | 1 Replies | 6282 Views | Created by Nayna - Tuesday, September 4, 2012 7:46 AM | Last reply by Lisa Zhu - Wednesday, September 5, 2012 6:00 AM - Items 1 to 20 of 300 Next ›
Managed Extensibility Framework announcement
-
Link
This forum has been retired. It is locked; it is still available for review in the Archived Forums folder. Any future posts on this topic should be put in the .NET Framework Class Libraries forum.
-
Link
Downloads
Managed Extensibility Framework CTP
Team Member Blogs
Krzysztof Cwalina (rss)
Mircea Trofin (rss)
Wes Haggard (rss)
David Kean (rss)
Glenn Block (rss)
Nicholas Blumhardt (rss) -
Link
Welcome to the Managed Extensibility Framework (MEF) forum. This forum is the new home for all discussions related to MEF and the System.ComponentModel.Composition namespace, a set of building blocks that includes dependency injection (DI), structural matching (duck typing) and a naming and activation service for developing extensible and dynamic applications.
You can get started by downloading the CTP from CodePlex.
Regards
Managed Extensibility Framework Team