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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T11:22:22+00:00 2026-05-31T11:22:22+00:00

Must EF4 Entities be saved by the same thread that created them? I seem

  • 0

Must EF4 Entities be saved by the same thread that created them?
I seem to lose my changes or my code throws an ObjectContext exception of I do so.

The reason I’m asking is that this seems to be the only condition I can find that would cause an issue.

If this is the case, can they at least be modified by other threads and then saved by the creating thread?

  • 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-31T11:22:24+00:00Added an answer on May 31, 2026 at 11:22 am

    ObjectContext class is not thread safe (See the remarks section in msdn). Modifying entities attached to the context in different threads is also not advisable since the ObjectStateManager is also not thread safe. The main thread may have disposed the context when other threads are accessing the entities thereby throwing disposed exceptions.

    You can try detaching the entities and then modifying the entity in other threads and re attaching them. Recommended practice is to use context per thread.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using VS2010, .NET4.0, MVC3, EF4.1 Code-First I have this POCO entities: public class XBLContent
I must be getting daft, but I can't seem to find how to read
I want to learn about Code First development in EF4 and after googling about
Must be doing something stupid but can't see it. App created from default template
The following test that was working with EF 4.2 now throws the next exception
I am generating some Dynamic SQL and would like to ensure that my code
I have a fairly large EF4 model, using POCO code gen. I've got lots
Finding really hard to unittest with EF4.Must be lack of knowledge on my part.
I have been playing around quite a lot with EF4 Code First and I
I'm creating a multi-tenant Asp.Net MVC 3 Web app, and using EF4.1 code first

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.