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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T07:25:38+00:00 2026-05-14T07:25:38+00:00

I am using Unity with MVC and NHibernate. Unfortunately, our UnitOfWork resides in a

  • 0

I am using Unity with MVC and NHibernate. Unfortunately, our UnitOfWork resides in a different .dll and it doesn’t have a default empty .ctor.
This is what I do to register NHibernate:

var connectionString = ConfigurationManager.ConnectionStrings
    ["jobManagerConnection"].ConnectionString;
var assemblyMap = ConfigurationManager.AppSettings["assemblyMap"];
container.RegisterType<IUnitOfWork, UnitOfWork>(
    new ContainerControlledLifetimeManager());

In my WebController I have this:

/// <summary>Gets or sets UnitOfWork.</summary>
[Dependency]
public IUnitOfWork UnitOfWork { get; set; }

The problem is that the constructor of UnitOfWork expects 2 mandatory strings. How I can setup the RegisterType for this Interface in order to pass the two parameters retreived from the web.config?
Is it possible?

  • 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-14T07:25:38+00:00Added an answer on May 14, 2026 at 7:25 am

    Easier than I though:

            var connectionString = ConfigurationManager.ConnectionStrings["jobManagerConnection"].ConnectionString;
            var assemblyMap = ConfigurationManager.AppSettings["assemblyMap"];
            container
                .RegisterType<IUnitOfWork, UnitOfWork>(new ContainerControlledLifetimeManager())
                .Configure<InjectedMembers>()
                .ConfigureInjectionFor<UnitOfWork>(new InjectionConstructor(connectionString, assemblyMap));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using Unity in an ASP.Net MVC 2 app I have various dependencies on Controllers
I'm developing an application using asp.net mvc, NHibernate and DDD. I have a service
Our current project is written in ASP.NET MVC 1 using mvc-turbines (and unity) for
I have an application using ASP.NET MVC, Unity, and Linq to SQL. The unity
I have a ASP.NET MVC 3 application using NHibernate over a PostgreSQL database. There
I am using UNITY 2.0 with MVC 3. I have injected types using the
I'm using Unity with an Asp.net MVC 3 app. Here is some code running
I'm using NHibernate behind my ASP.NET MVC application and I've come across a frustrating
I'm using the Unity container for dependency injection in an ASP.NET MVC 4 application.
I have been using the ncommon framework ( http://code.google.com/p/ncommon/ ) with nhibernate and asp.net

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.