No announcements
-
0 VotesWelcome to the MEF Forum
Welcome to the Glenn Block Fan Club MEF Forum. Use this forum for discussions around System.ComponentModel.Composition in your projects. -
0 VotesSilverlight and MEF - Updated Guide information
Review the updated guide for using Silverlight and the Managed Extensibility Framework (MEF) by Glenn Block Guide Here Hosting MEF ...
-
0 VotesAvoid error message: "Failed to load type for module...The composition remains unchanged"
Hello, Ever tried to work through an example, did every step consiously and yet... an error occurs. For example this one: Failed to load type for module ...Unanswered | 4 Replies | 6873 Views | Created by WayPoint7 - Saturday, July 23, 2011 2:28 AM | Last reply by whatever334 - Friday, November 4, 2016 12:41 PM -
0 VotesSilverlight not showing on Manage Add ons in tools, options
I understand it is supposed to show there I have uninstalled it and reinstalled several times. Is it in any way related to emails and calendar as I am having trouble signing in with ...Answered | 1 Replies | 1936 Views | Created by Pugetkid - Wednesday, September 9, 2015 7:36 PM | Last reply by Andy ONeill - Thursday, September 10, 2015 7:59 AM -
0 VotesUsing MEF to link portable class library with platform specific code
Is it possible to use MEF for linking interface declared in portable class library and platform specific implementation? For example: I have portable class library targeting .Net45 and Silverlight5. I ...Answered | 2 Replies | 1795 Views | Created by Vladimir Djurdjevic - Monday, August 31, 2015 5:21 PM | Last reply by WilliamAAA - Tuesday, September 1, 2015 7:59 AM -
0 VotesMEF in Silverlight
Hi all, I'm a newer with MEF. I want to know how can I use MEF in Silverlight application? What scenarios should I use MEF? Who can give me some guidence? Thank ...Answered | 1 Replies | 1515 Views | Created by tJ6d2FmltW - Monday, August 3, 2015 1:16 PM | Last reply by Weiwei Cai - Tuesday, August 4, 2015 5:35 AM -
0 VotesSilverlight with EF
My Silverlight application access database with EF. I create ado.net entity model named SystemModel.edmx first. Then create domain service named SaleSystemService. My problem is ...Answered | 2 Replies | 1710 Views | Created by Fghtk - Wednesday, July 8, 2015 1:36 PM | Last reply by Weiwei Cai - Thursday, July 9, 2015 2:32 AM -
1 VotesShortcut for Console.Writeline()
How do I write a 'macro'/extension so that when I hit a shortcut key combination, whereever my cursor may be in the active document window, it will spit out ...Answered | 2 Replies | 8141 Views | Created by Danny Rosales - Saturday, June 6, 2015 1:34 AM | Last reply by Danny Rosales - Saturday, June 6, 2015 2:03 AM -
0 VotesUsing MEF 2 in Silverlight 5
Can one use MEF 2 capabilities (like the class RegistrationBuilder) in Silverlight? I didn't find a silverlight version of the dll System.ComponentModel.Composition.Registration.dll. ...Answered | 7 Replies | 2149 Views | Created by thepirat000 - Monday, April 13, 2015 8:01 PM | Last reply by thepirat000 - Tuesday, May 5, 2015 5:42 AM -
0 VotesCannot find exported part (on second attempt)
My co-worker has a Silverlight app where we are using MEF. Both of us have assemblies that are Exporting parts. If we just run the app, it all works fine. All the parts are found, the xaps are being ...Unanswered | 7 Replies | 2133 Views | Created by Mark Tiede - Monday, November 17, 2014 8:50 PM | Last reply by porofessn - Monday, November 24, 2014 2:31 AM -
0 VotesMEF module are not able to use module specific culture
In our application we have four modules where modules will be loaded from the folder using .install file. One of our module (external project) has ...Answered | 1 Replies | 2119 Views | Created by muruganraji - Sunday, September 7, 2014 4:04 AM | Last reply by huWF ARHKYT - Monday, September 8, 2014 9:31 AM -
0 VotesSilverlight 4, MEF and VB
Hi, For the past couple of weeks I've been struggling to get MEF working in Silverlight 4 with VB. I plan to use MEF for dymanic XAP ...Answered | 4 Replies | 10055 Views | Created by ERSMITH - Sunday, May 9, 2010 3:48 PM | Last reply by RRV - Friday, December 6, 2013 12:59 PM -
0 VotesCan one Export and Import an Interface?
My co-worker and I are just starting with MEF. We have a dynamic content loader that loads the xap pages successfully. And we have Exported and Imported an object class using an ...Unanswered | 3 Replies | 3337 Views | Created by mltiede - Saturday, March 23, 2013 11:39 AM | Last reply by Joseph Surgeon - Tuesday, June 18, 2013 8:50 PM -
0 VotesSilverlight Lazy(OF UserControl) second time using the value causes and Element is already the child of another element
Hi, I am using MEF and DeploymentCatalog Services to import xaps into my hosting application shell. Now below is a snippet of the method returning the UserControl instances. I ...Answered | 3 Replies | 3057 Views | Created by Joseph Surgeon - Tuesday, May 21, 2013 7:06 PM | Last reply by Amy Peng - Thursday, May 23, 2013 1:50 AM -
0 VotesMEF Will Not Import Part with EventAgreggator Import
Hi, I am very new to MEF ad the entire loosely coupled architecture in general. I have a sample application that I have built. I can easily import XAP files into the hosting ...Answered | 2 Replies | 3406 Views | Created by Joseph Surgeon - Friday, May 17, 2013 8:41 PM | Last reply by Joseph Surgeon - Tuesday, May 21, 2013 6:59 PM -
0 VotesCall One WPF App from another using MEF no Prism its Urgent
Hi, i am New to MEF, I want to Call One Wpf App from my another Wpf app using MEF . Q:1,so i want to know Possible ways how can i do ...Answered | 1 Replies | 2896 Views | Created by Jay_parekh - Thursday, May 16, 2013 7:08 AM | Last reply by Jambor yao - Friday, May 17, 2013 7:46 AM -
0 VotesHow to import all MEF parts as a singleton?
Hi there How to make the MEF to satisfy all imports and use it as a singleton? So far it creates new instance for me each time it satisfy the import. I ...Answered | 1 Replies | 4083 Views | Created by Renziglov - Thursday, May 2, 2013 2:29 PM | Last reply by Amy Peng - Monday, May 6, 2013 8:03 AM -
0 VotesCreationPolicy.Shared is not working
Hi there I'm trying to access the ViewModel class from different View instance. ComposeParts works Ok and it finds the ViewModel instance but always a new, not an existing ... -
0 VotesImporting a class from Prism Module in a Silverlight Navigation project Page
Hello, I have developed several modules that are imported into my application using MefBootstrapper. I am using MEF property and constructor injection successfully in all but one ...Answered | 4 Replies | 3932 Views | Created by highdownts - Monday, February 25, 2013 11:30 PM | Last reply by highdownts - Thursday, March 28, 2013 2:57 PM -
1 VotesPassing property value to scoped regions
Hi My project is using PRISM and with this structure. The ProductDetailView can be added multiple instance to ...Unanswered | 4 Replies | 3174 Views | Created by Markdev84 - Thursday, March 7, 2013 9:25 AM | Last reply by Markdev84 - Wednesday, March 20, 2013 5:50 AM -
0 VotesWhy are the QueryStrings empty when I have a dynamic content loader?
My co-worker has created a Dynamic Content Loader to navigate pages from various xaps. The navigation occurs okay, but we are having trouble using ... -
0 VotesIs there any ACTIVE MEF forum????
I noticed that the http://mef.codeplex.com forum activity is nil. I recently posted there, but then I noticed that the activity has dropped to near zero about two years ago. This ...Discussion | 2 Replies | 3273 Views | Created by highdownts - Wednesday, February 27, 2013 8:43 PM | Last reply by highdownts - Friday, March 1, 2013 10:40 AM - Items 1 to 20 of 192 Next ›
No announcements
