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 3347700
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T01:27:11+00:00 2026-05-18T01:27:11+00:00

As to total MEF newbie, I’m having a problem with my first test of

  • 0

As to total MEF newbie, I’m having a problem with my first test of MEF. My problem code is below-

using System;
using GlobalInterfaces;
using Microsoft.VisualStudio.TestTools.UnitTesting;
using System;
using System.Collections.Generic;
using System.Configuration;
using System.ComponentModel.Composition;
using System.ComponentModel.Composition.Hosting;

namespace GlobalInterfacesUnitTest
{
    [TestClass]
    public class GlobalInterfacesUnitTest
    {
        [TestMethod]
        public void TestMethod1()
        {
            [ImportMany(AllowRecomposition = true)]
            Lazy<IComponentGui, IImportComponentGuiCapabilites>[] Senders {get;set;}
        }
    }
}

The problem that I cannot get the compiler to find “ImportMany” attribute. I’ve checked the references against several demos and copied their references and still have the same problem. I cannot see what I’m overlooking. I am using VS2010 / Net4.0.

  • 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-18T01:27:12+00:00Added an answer on May 18, 2026 at 1:27 am

    You can’t define properties inside method. Move it out to class. Try:

    [TestClass]
    public class GlobalInterfacesUnitTest
    {
        [ImportMany(AllowRecomposition = true)]
        Lazy<IComponentGui, IImportComponentGuiCapabilites>[] Senders {get;set;}
    
        [TestMethod]
        public void TestMethod1()
        {
    
        }
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am a total Groovy newbie. I saw the following code here . def
I am a total FORTRAN 77 newbie, and I don't understand why the first
Total newbie question but this is driving me mad! I'm trying this: myInt =
I'm a total newbie, but I was writing a little program that worked on
Ok I am a total beginner with the Solaris Operating system and I need
I'm a total newbie to SVN and haven't been able to find an answer
I own a total of one iPhones. I want to test my app on
This is a total newbie question, so thanks in advance. I'm trying to get
Total newbie question here; I apologize in advance. Suppose I have a daemon written
Total newbie here, regarding sqlite, so don't flame too hard :) I have a

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.