Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 692537
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T02:39:40+00:00 2026-05-14T02:39:40+00:00

I am missing something basic when it comes to using MEF. I got it

  • 0

I am missing something basic when it comes to using MEF. I got it working using samples and a simple console app where everything is in the same assembly. Then I put some imports and exports in a separate project which contains various entities. I want to use these entities in an MS Test, but the composition is never actually done. When I move the composition stuff into the constructor of an entity in question it works, but that’s obviously wrong. Does GetExecutingAssembly only “see” the test process? What am I missing re containers? I tried putting the container in a Using in the test without luck. The MEF docs are still very scant and I can’t find a simple example of an application (or MS Test) which uses entities from a different project…

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-14T02:39:40+00:00Added an answer on May 14, 2026 at 2:39 am

    In .NET, each exe or DLL file is called an assembly1. So when you build a catalog based on the “executing assembly” and use it at the application entry point, then you only include parts which are defined within the exe project. You don’t get any parts defined in the DLLs.

    Try replacing this:

    var catalog = new AssemblyCatalog(Assembly.GetExecutingAssembly());
    

    by this:

    var catalog = new AggregateCatalog(
        new ComposablePartCatalog[]
        {
            new AssemblyCatalog(Assembly.GetExecutingAssembly()),
            new DirectoryCatalog(".")
        });
    

    edit: I just discovered that there is a simpler solution:

    var catalog = new DirectoryCatalog(".", "*");
    

    (1) Actually, an assembly can consist of multiple files but this is rarely used. The term is also used for side-by-side COM.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm missing something at a very basic level when it comes to loading an
I am missing something embarrassingly basic here in my Merge Sort implementation: # include
I'm probably missing something very basic but I cannot figure out why I get
This seems very basic and I must be missing something, but here goes anyways...
I might be missing something basic here, but I'm stumped on this error: model
Sorry I imagine I'm missing something basic here. Before I write up a bunch
I am probably missing something basic here as this just doesn’t seem to be
I'm quite new to CSS and for sure I'm missing something basic here but
I feel I am missing something extremely basic; yet I have spent hours to
I am wondering if I'm missing something basic involving vector manipulation. Let's say I

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.