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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T06:10:11+00:00 2026-05-28T06:10:11+00:00

For the following code, getting the message: Cannot attach an entity that already exists.

  • 0

For the following code, getting the message:

Cannot attach an entity that already exists.

C# code:

var con = (from c in cmsContentTable where c.ContentName == contentId select c).FirstOrDefault();
cmsContentTable.Attach(con);
con.ContentData = "New Value";
cmsContentTable.Context.SubmitChanges(); 

Why is it giving this error – Is this because a reference to con was already made
when

var con = (from c in cmsContentTable where c.ContentName == contentId select c).FirstOrDefault();

was done?

  • 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-28T06:10:12+00:00Added an answer on May 28, 2026 at 6:10 am

    Since you are already getting the item from the table:

    var con = (from c in cmsContentTable where c.ContentName == contentId select    c).FirstOrDefault();
    

    The context is already ‘attached’ to the object. This is true whenever you pull an already existing object from a table.

    If you remove the line:

    cmsContentTable.Attach(con);
    

    You should be fine.

    A more helpful message would be “Cannot attach to an entity that is already attached to a context”, as that is what is actually happening.

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

Sidebar

Related Questions

I'm getting the error message when running the following code from a C# console
I have the following in my code, but I'm not getting an alert message,
I am using the following code to send a sample message from the content
I'm getting the following error message in jQuery Mobile: Cannot call method 'trigger' of
I am getting the following error message which I cannot understand why its happening
I want to validate password field. I have tried following code, but getting message
The xmlns attribute in the following code stops me getting the value I need.
After getting the objectEnumerator in the following code, the set1 retain count goes to
Why does the following code throw an exception when getting to the second scanf_s
I wrote following code...but i am getting Error like: Error 1 'LoginDLL.Class1.Login(string, string, string)':

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.