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 using an ADO.NET Entity-Framework ObjectContext to access my data store. I want
I am trying to set an inheritance in Entity-Framework , I want to set
I have a pre-defined database that I want to map using Entity Framework 4
I am using RIA Services with Silverlight and Entity Framework. I want to call
I am using ASP.NET MVC 3 with Entity Framework 4 using POCOs and want
I am using Entity Framework 4.1 code first . Here is my Category class:
I'm using Entity Framework 4.1's code first approach to map a class hierarchy to
Using Entity Framework 4 I want to create a base interface for my objects
I am writing a generic repository for entity framework and am confused as to
I'm using Microsoft's Entity Framework as an ORM and am wondering how to solve

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.