PROBLEM mef with asp.net mvc 3 sample code

first post: mefmef wrote: Compiler Error Message: CS1705: Assembly 'FabrikamBooks, Version=1...

Custom Object Factories in MEF

first post: Bloudraak wrote: I originally asked this question at stackoverflow, however got no...

latest post: bloudraak wrote: Thanks mate. It gets me closer to where I want to be. I hope that ...

OnImportsSatisfied never called while using Silverlight navigation

first post: bnbaliga wrote: Hi, I am creating my first app with MEF 1.0 and Silverlight 5. I...

What does ReleaseExport really do?

first post: Tonko wrote: The answer appears simple looking at the source code: pub...

latest post: Tonko wrote: Nope, Dealing effectively with (in my case) author(s) of three inte...

MEF:The exception message was: The composition remains unchanged

first post: watchshan wrote: In my project I have one infrastructure (class library) and two Si...

latest post: nblumhardt wrote: Hi there, I hope you worked through this issue successfully. If not...

MEF instantiating event subscribers

first post: TobiasFunke wrote: I am using MEF for dependecy resolution but need a simplified way ...

latest post: TobiasFunke wrote: Hi, this is the solution I came up with (from ideas suggested in th...

multi modules without defined which region to export

first post: humornif wrote: HI, I am a MEF newer. I have a requirement: Shell side: The applic...

Is MEF right for me?

first post: buzzweetman wrote: I'm writing a wpf mvvm application with that will use a plugin arc...

latest post: ido_ran wrote: The short answer is Yes, MEF is a good choice. You are describin...

Error while doing GetComponentParts in MEF

first post: milanraval wrote: While doing GetComponentParts I am getting following error, to be ...

latest post: perfectphase wrote: I know this is an old thread but I'm seeing the same thing when one...

Exported contract type 'IModelBinder' is not assignable from part 'BookModelBinder'.

first post: niros2 wrote: I get this error when I run the MVC sample from latest source code.

latest post: niros2 wrote: I get the same error in MVC 3