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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T13:09:05+00:00 2026-05-23T13:09:05+00:00

I want to set the Entity Framework ObjectContext in a repository class – the

  • 0

I want to set the Entity Framework ObjectContext in a repository class – the ObjectContext being a property of the repository.

I am using Unity XML configuration:

<register type="IUsersRepository" mapTo="SqlUsersRepository" >
  <property name="MyObjectContext">
    <value value="Per-Request" typeConverter="ObjectContextTypeConverter" />
  </property>
</register>

The ObjectContextTypeConverter interprets the value of the property – in this case “Per-Request” – and uses an ObjectContext stored in HttpContext.Current.Items (a per request collection in asp.net).

The ObjectContextTypeConverter.ConvertFrom method is only called once when the Unity configurations is loaded in the Application_Start method of the Global.asax file. Yet when I try to resolve an interface using Unity – the ConvertFrom method won’t be called again.

Is there a way to solve this problem?

  • 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-23T13:09:05+00:00Added an answer on May 23, 2026 at 1:09 pm

    The reason is that you’re setting it as a value. You can set it as a dependency:

    <property name="MyObjectContext">
        <dependency />
    </property>
    

    and inject the context through an in injection factory:

    Container.RegisterType<ObjectContext>(
        new InjectionFactory(c => GetTheContextInstance()));
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am new to Entity Framework 4.0, using it with C#, and currently experimenting
Using the Entity Framework Code First paradigm I have defined the following objects and
I have a project using Entity Framework code first. For various reasons one of
With entity framework, could I, say at fairly high up in the stack set
I use the .NET Entity Framework. I want to copy properties from one EntityObject
I am using Entity Framework with self-tracking POCO objects. How do I know whether
I want the messagebox to only show if the number is equal to 0.
I want to get the header of a selected tab-item of a tab-control and
Every time that I want to do a Layout, I'm getting a black layout
I want to use a temp directory that will be unique to this build.

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.