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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T03:50:30+00:00 2026-06-05T03:50:30+00:00

I would like to be able to load the following into Unity: UnityContainer.RegisterType<ClientRegistrationVM, ClientRegistrationVMDesign>();

  • 0

I would like to be able to load the following into Unity:

UnityContainer.RegisterType<ClientRegistrationVM, ClientRegistrationVMDesign>();

By loading it via an XML File.

Here would be some psudo code of what I would like to have happen.

FileStream unityMappings = new FileStream(@".\UnityMappings.xml", FileMode.Open)
UnityContainer.CreateFromXML(unityMappings);
unityMappings.Dispose();

And the UnityMappings.xml file would contain the mappings and the dlls that the types are in.

Is what I want even possible with Unity? Has anyone done this before?

  • 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-05T03:50:32+00:00Added an answer on June 5, 2026 at 3:50 am

    You can use XML configuration with Unity, you can even mix the design time config (XML) and runtime (code) configuration.

    However the Design-Time Configuration uses the UnityConfigurationSection and the config loading is only supported through this so you need to do a little more work if you want to have the config in different (e.g. not app.config or web.config) file.

    Luckily you can find a sample in the documentation under: Loading the Configuration from Alternative Files section:

    using System.Configuration;
    
    var fileMap = new ExeConfigurationFileMap { ExeConfigFilename = "unity.config" };
    
    Configuration configuration =
        ConfigurationManager.OpenMappedExeConfiguration(fileMap,                  
                                                        ConfigurationUserLevel.None);
    
    var unitySection = (UnityConfigurationSection)configuration.GetSection("unity");
    
    var container = new UnityContainer().LoadConfiguration(unitySection);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have the following XML document which I would like to parse into a
I would like to be able to hide/un-hide a file in Windows in C++,
I would like to load a context file from a jar file. For example,
I am using SDWebImage to load images into my table view. I would like
Would like to be able to set colors of headings and such, different font
I would like to be able to iterate through the grid elements with a
I would like to be able to check that the position of the cursor
I would like to be able to have several different zones indicated by the
I would like to be able to do something like: AOEU=$(echo aoeu) and have
I would like to be able to edit the Fortran code that is referred

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.