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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T12:15:54+00:00 2026-06-09T12:15:54+00:00

I have an interface and two classes that implements it. One of them has

  • 0

I have an interface and two classes that implements it. One of them has a parameter in its constructor. I have registered both of them as services in my app.config. Unfortunately I’m not able to resolve both of them in my code: the class with constructor is not returned.

E.g.:

interface ITest
{
}

class Test : ITest
{
    private string a;

    public Test(string a)        
    {
        this.a = a;
    }
}

class Test2 : ITest
{
}

Here is my configuration:

<castle>
    <components>
        <component id="Test" type="XYZ.Test, XYZ" service="XYZ.ITest, XYZ"/>                
        <component id="Test2" type="XYZ.Test2, XYZ" service="XYZ.ITest, XYZ"/>
    </components>
</castle>

And here is how I try to get my services in code:

ITest[] resolveAll = container.ResolveAll<ITest>(new {a ="aText" });

The array “resolveAll” only contains ‘Test2’ but no trace of ‘Test’. How can I do to get these two classes ?

I note that if I resolve with id “Test”:

object resolve = container.Resolve("Test", new { sessionId = "sessionId" });

I obtain my ‘Test’ class.

What am I doing wrong ?

  • 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-06-09T12:15:55+00:00Added an answer on June 9, 2026 at 12:15 pm

    Actually I was on an old version of Castle Windsor. On last version (3.1), this works.

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

Sidebar

Related Questions

If I have two classes that both implement an interface, but also inherit, do
I have an interface that has two toolbars, one attached to the frame and
I have an interface (say Employee) which has 2 classes that implements it (say
I have a class that instantiates two classes which implement interfaces. I want one
I have an interface that has a generic method with two type parameters. I
I have two classes SccmAction and TicketAction which both implement interface IDelivery. These classes
Consider the following example. I have an interface MyInterface, and then two abstract classes
I have an interface and two objects implementing that interface, massively simplied; public interface
I have two basic interface-related concepts that I need to have a better understanding
Is it possible in C++ to have two classes, let's call them A and

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.