The object cannot be deleted because it was not found in the ObjectStateManager


 

 错误信息

System.InvalidOperationException:“The object cannot be deleted because it was not found in the ObjectStateManager.”

对象状态管理器 ObjectStateManager 不存在该对象,不可删除!

 

图片

 

解决方案

 

C# 全选
  public virtual int Remove<T>(List<T> entities) where T : class
        {
            //对象状态管理器设置【删除】状态           
            foreach (var obj in entities)
            {
                _dbContext.Entry(obj).State = EntityState.Deleted;
            }

            //删除
            _dbContext.Set<T>().RemoveRange(entities);

            return SaveChanges(false);
        }

 

版权声明:本文为开发框架文库发布内容,转载请附上原文出处连接
C/S框架网
上一篇:An exception has been raised that is likely due to a transient failure. Consider enabling transient error resiliency by adding 'EnableRetryOnFailure()'
下一篇:GIT克隆VS源码下来,打开解决方案发现引用全部是黄色叹号,无法编译
评论列表

发表评论

评论内容
昵称:
关联文章

The object cannot be deleted because it was not found in the ObjectStateManager
FastReport报错:TfrxReportClass cold not be found!
System.NotSupportedException:“The entity or complex type 'CSFramework.EF.tb_MyUser' cannot be constructed in a LINQ to Entities query.”
Entity Framework(EF):测试DbContext.Remove方法,对象状态管理器(Object State Manager)
The server factory could not be located for the given input: Microsoft.Owin.Host.HttpListener
The Database principal owns a schema in the database
WebApi日期解析错误:The JSON value could not be converted to System.Nullable`1[System.DateTime].
The instance of entity type "tb_Inventory" cannot be tracked because another instance with the same key value for {'isid'} is already being tracked
SQL:Cannot resolve the collation conflict (字符集冲突)
Cannot resolve the collation conflict.无法解析等号两边的中文简体和中文繁体字符集
No Entity Framework provider found for the ADO.NET provider with invariant name 'System.Data.SqlClient'
Object Collection Editor窗体的Add/Delete按钮不可用
LINQ+EF:Cannot use multiple context instances within a single query execution. Ensure the query uses a single context instance.
How to changing the asp.net development server port?
System.Data.SqlTypes.SqlNullValueException:“Data is Null. This method or property cannot be called on Null values.”
打开设计窗体报错:To prevent possible data loss before loading the designer
C#.Net对象内存模型及堆/栈数据结构详解 (四)
C#.Net对象内存模型及堆/栈数据结构详解 (一)
Your project does not reference ".NETFramework,Version=v4.7.2" framework.
EF问题:The model backing the 'GenericDbContext' context has changed since the database was created.

热门标签
.NET5 .NET6 .NET7 APP Auth-软件授权注册系统 Axios B/S B/S开发框架 Bug Bug记录 C#加密解密 C#源码 C/S CHATGPT CMS系统 CodeGenerator CSFramework.DB CSFramework.EF CSFrameworkV1学习版 CSFrameworkV2标准版 CSFrameworkV3高级版 CSFrameworkV4企业版 CSFrameworkV5旗舰版 CSFrameworkV6.0 DAL数据访问层 Database datalock DbFramework Demo教学 Demo下载 DevExpress教程 DOM EF框架 Element-UI EntityFramework ERP ES6 Excel FastReport GIT HR IDatabase IIS JavaScript LINQ MES MiniFramework MIS NavBarControl Node.JS NPM OMS ORM PaaS POS Promise API Redis SAP SEO SQL SQLConnector TMS系统 Token令牌 VS2022 VSCode VUE WCF WebApi WebApi NETCore WebApi框架 WEB开发框架 Windows服务 Winform 开发框架 Winform 开发平台 WinFramework Workflow工作流 Workflow流程引擎 版本区别 报表 踩坑日记 操作手册 代码生成器 迭代开发记录 基础资料窗体 架构设计 角色权限 开发sce 开发技巧 开发教程 开发框架 开发平台 开发指南 客户案例 快速搭站系统 快速开发平台 秘钥 密钥 权限设计 软件报价 软件测试报告 软件简介 软件开发框架 软件开发平台 软件开发文档 软件体系架构 软件下载 软著证书 三层架构 设计模式 生成代码 实用小技巧 收钱音箱 数据锁 数据同步 微信小程序 未解决问题 文档下载 喜鹊ERP 喜鹊软件 系统对接 详细设计说明书 行政区域数据库 需求分析 疑难杂症 蝇量级框架 蝇量框架 用户管理 用户开发手册 用户控件 在线支付 纸箱ERP 智能语音收款机 自定义窗体 自定义组件 自动升级程序