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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T21:59:31+00:00 2026-05-15T21:59:31+00:00

I did the following: container.Register(Component.For<Dictionary<string, string>>() .Instance(ServiceDictionaryInstance) .Named(serviceDictionary)); The class consumes the component is:

  • 0

I did the following:

    container.Register(Component.For<Dictionary<string, string>>()
                            .Instance(ServiceDictionaryInstance)
                            .Named("serviceDictionary"));

The class consumes the component is:

 public class BusinessService : IDecisionFilter
 {
     private readonly Dictionary<string, string> _ServiceDictionary;

  public BusinessService(IOtherInterface otherService, Dictionary<string, string> serviceDictionary)
  {
                    _OtherService = otherService,
      _ServiceDictionary = serviceDictionary;
  }
    }

Then Castle can’t resolve the Dictionary component:

Failed: NotImplementedException
The method or operation is not implemented.
Failed: at Castle.MicroKernel.SubSystems.Conversion.GenericDictionaryConverter.PerformConversion(String value, Type targetType)

But if I create another class:

public class DictiornayType : Dictionary<string, string>
{ 
}

in place of the original Dictionary, everything resolved correctly.

Does this have anything to do with generic type?

Please advise.

  • 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-15T21:59:31+00:00Added an answer on May 15, 2026 at 9:59 pm

    The thing is, a dictionary is not really a component/service. It’s rather a parameter to some component/service. So you can just remove the dictionary registration and pass the dictionary instance as a parameter to the BusinessService component in its registration:

    container.Register(Component.For<IDecisionFilter>()
                                .ImplementedBy<BusinessService>()
                                .DependsOn(new {
                                    serviceDictionary = ServiceDictionaryInstance
                                }));
    

    There is some talk about removing this difference between parameters and services for a future version of Windsor.

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

Sidebar

Related Questions

I'm rendering the following html fragment... <div class=navbar navbar-fixed-top> <div class=navbar-inner> <div class=container> <%=
I did the following steps to use the CDialog in win 32 application: Changed
I did the following but it not work for always.It works if i launch
Im a clojure beginner.I did the following steps as given on http://www.unexpected-vortices.com/clojure/brief-beginners-guide/development-env.html to setup
hay all, I just did the following: a = input(give a word: ) b
How can I create a const boost matrix? The following did not work: const
Did you ever have the following situation: you need to store information, but a
I did my research but haven't found an answer to the following problem: I
Consider the following code (for simplicity, I did not follow any C# coding rules).
Did I not get enough sleep or what? This following code var frame=document.getElementById(viewer); frame.width=100;

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.