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

  • Home
  • SEARCH
  • 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 3491694
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T11:40:04+00:00 2026-05-18T11:40:04+00:00

I have a reference application that was working and now is broke and I

  • 0

I have a reference application that was working and now is broke and I cannot figure out why. The code that is giving me the problem is basically an exact copy of Prism’s ModularityWithMef Quickstart example. The bootstrap module is an exact copy of the Quickstart except for adding my module discovery logic. So I’m not including that here. The problem I’m having in the Shell’s View code behind with is an almost exact copy from the QuickStart’s Shell Codebehind. The code is –

namespace MvvmRefVer
{
    using System.ComponentModel;
    using System.ComponentModel.Composition;
    using System.Diagnostics;
    using System.Globalization;
    using System.Windows;

    using Microsoft.Practices.Prism.Logging;
    using Microsoft.Practices.Prism.Modularity;

    [Export]
    public partial class Shell : Window, IPartImportsSatisfiedNotification
    {
        [Import(AllowRecomposition = false)]
        private CallbackLogger logger;

        [Import(AllowRecomposition = false)]
        private IModuleManager moduleManager;

        public Shell()
        {
            this.InitializeComponent();
        }

        public void OnImportsSatisfied()
        {
        }
        private void WindowClosing(object sender, CancelEventArgs e)
        {
            Application.Current.Shutdown();
        }

        private void WindowLoaded(object sender, RoutedEventArgs e)
        {
            this.moduleManager.LoadModule("NavigationViewControlModule");
        }
    }

The problem occurs in this function Bootstrapper –

    protected override DependencyObject CreateShell()
    {
        var d =  this.Container.GetExportedValue<Shell>();
        return d;
    }

When the GetExportedValue is called and [Import(AllowRecomposition = false)] above definition of moduleManager is present, the function call will generate an Undefined Exception. If I comment out the Import line, the Shell will load properly, but without initializing the moduleManager.

My problem is that I don’t have enough experience with MEF to understand what the problem is. While looking at the mef catalogs, I can see that the Prism Modularity library has been loaded.

  • 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-18T11:40:05+00:00Added an answer on May 18, 2026 at 11:40 am

    Posting the message and the stack trace of the Undefined Exception would help.

    For general help in figuring out MEF problems, see my blog post on How to Debug and Diagnose MEF Failures.

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

Sidebar

Related Questions

I have a winform application that uses some referenced web services to get data.
I have multiple winforms applications that download large sets of reference data on startup.
I have a web reference for our report server embedded in our application. The
I have a reference-type variable that is readonly , because the reference never change,
I have a 'reference' SQL Server 2005 database that is used as our global
Does anybody have any reference material that details Cauchy-Reed algorithm? Googling for Cauchy-Reed Solomon
I have a WCF service that I have to reference from a .net 2.0
I'm working on an internet application that has been set up as a web
I have a Silverlight application that consists of a MainWindow and several classes which
I have developed an image uploading application that uses Flash to load an image,

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.