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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T00:03:32+00:00 2026-05-18T00:03:32+00:00

I have a .NET 4 WinForms app that uses the ADO.NET Entity Framework. Some

  • 0

I have a .NET 4 WinForms app that uses the ADO.NET Entity Framework. Some code that was working perfectly has decided to stop working and although I’ve tried to figure out what changed that could cause this, I am stumped. This code looks perfectly functional to me and WAS working as intended.

Anyone have any ideas? Here is the code:

using (var pe = new ProposalEstimateEntities()) 
{
    var tmc = GetToolingAndMaterialsCost(taskId, Constants.Materials);

    if (tmc == null) return;

    tmc.Amount = amount;
    pe.SaveChanges();
}

The tmc variable holds a ToolingAndMaterialsCost entity object after the method call, so there is no need to add the object to the context. SaveChanges() should save the object with the new amount, but doesn’t. No exception is thrown. The code executes like it is dumb and happy, but nothing changes in the database and when I return to the control that displays the data, the old pre-edit data is there.

This is very frustrating, any help would be greatly appreciated.

Mike

  • 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-18T00:03:33+00:00Added an answer on May 18, 2026 at 12:03 am

    How was tmc loaded without any reference to the ObjectContext ‘pe’? Looks like you may be loading it from a different context??

    If so, that won’t work. The context tracks entities that have changed. You ‘pe’ context isn’t tracking any entities by the looks of it since it’s never referenced except in the SaveChanges call.

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

Sidebar

Related Questions

We have an MSI installer for a .Net WinForms app for Windows XP that
I have a .net winforms app which has a few animation effects, fade ins
I have created a setup project in VS2008. My WinForms app uses .NET 2.0,
I've got a VB.NET WinForms app in which I have the need to refer
I have a WinForms app written in C# with .NET 3.5. It runs a
I have a legacy WinForms Mdi App in VB.Net 2.0 which I am adding
I have a .net (3.5) WinForms application and want to display some html on
I have a .net 3.5 WinForms application that runs fine on my machine, but
I have the following class in my C# .NET 3.5 win forms app: class
I have a RichTextBox in .NET WinForms. I have been hooking up hot keys

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.