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 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

Total noob, having trouble using a variable to loop through row. I'd like to
Total noob when it comes to using AIML and having a really hard time
Total noob question on DotNetNuke, using it for first time. My client gave me
Total noob here. This is my first c# attempt, its a console application that
Total newbie question, but I cant figure out what im doing wrong. I want
Total newbie to XPath and Java here. What I'm attempting to do is something
A total newbie question I know. I'm sing Zend framework, and sending an array
Goal: Rolling/Running total for all statements at the end of each month. Code: select
Total newbie question now... Suffice to say, I have searched for a completely noddy
A total newbie question, so please bear with me here ;) When a key

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.