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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T02:20:45+00:00 2026-06-05T02:20:45+00:00

I call mActionLogManager = container.Resolve<IActionLogManager>(); and when debugging I see it runs through only

  • 0

I call

mActionLogManager = container.Resolve<IActionLogManager>();

and when debugging I see it runs through only the non default ctor

  public ActionLogManager(IUnityContainer container)
        {
            Init(container);
        }

Doesn’t unity always calls the parameter-less ctor?

I have tried to write and delete the parameter-less ctor.

  • It didn’t go through it when it existed,

  • and didn’t throw an exception when was missing.

update:
and if so, how it knows what parameters to fill in the ctor?

  • 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-05T02:20:46+00:00Added an answer on June 5, 2026 at 2:20 am

    This is the default behavior of Unity. It tries to resolve an instance by using the ctor with the most parameters. If you want to instruct Unity to use the default ctor you need to register the type as follows:

    container.Register<IActionLogManager,MyActionLogManager>(new InjectionConstructor());
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Call to a possibly undefined method test through a reference with static type Class.
I call a controller action using jquery ajax (see the below code), After the
Call to a member function save() on a non-object in .../views/manufacturer/tmpl/edit.php line 24 which
Function call: $trdata .= $this->table_td($tddata, 1, $td); Function: public function table_td($data = '', $parameters
I call an Azure (WCF) web service from a Silverlight application. Silverlight only supports
call.java: public class Call extends Activity{ boolean timerhasstarted; Intent callIntent; public void onCreate(Bundle savedInstanceState)
Call for quick method is: QuickMethods.IsFullyEmpty(CompanyName.Text) || QuickMethods.IsFullyEmpty(UsernameText.Text) || QuickMethods.IsFullyEmpty(PasswordText.Password) and implementation is: public
I call SQLiteDatabase.query and get a Cursor. While I'm still iterating over that cursor,
I call an async method which in turn calls needs to start several async
I call app.run(debug=True) in my flask file. and I have it deployed with uWSGI

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.