首页 > 其他 > 详细

异常:操作可能会破坏运行时稳定性

时间:2014-03-04 23:13:54      阅读:1345      评论:0      收藏:0      [点我收藏+]

“/”应用程序中的服务器错误。


操作可能会破坏运行时稳定性。

说明: 执行当前 Web 请求期间,出现未经处理的异常。请检查堆栈跟踪信息,以了解有关该错误以及代码中导致错误的出处的详细信息。 

异常详细信息: System.Security.VerificationException: 操作可能会破坏运行时稳定性。

源错误: 

行 2439:                toThrow = new DataException(ex.Message, ex);
行 2440:            }
行 2441:            throw toThrow;
行 2442:        }
行 2443:        private static void EmitInt32(ILGenerator il, int value)


源文件: G:\647\VS项目\双英web\Dapper\SqlMapper.cs    行: 2441 

堆栈跟踪: 

[VerificationException: 操作可能会破坏运行时稳定性。]
   Deserialized3231e7d-b930-47e9-a62d-86a2aa2a0d26(IDataReader ) +452

[DataException: Error parsing column 3 (IsSectionDisabled=可用 - String)]
   Dapper.SqlMapper.ThrowDataException(Exception ex, Int32 index, IDataReader reader) in G:\647\VS项目\双英web\Dapper\SqlMapper.cs:2441
   Deserialized3231e7d-b930-47e9-a62d-86a2aa2a0d26(IDataReader ) +495
   Dapper.<QueryInternal>d__d`1.MoveNext() in G:\647\VS项目\双英web\Dapper\SqlMapper.cs:854
   System.Collections.Generic.List`1..ctor(IEnumerable`1 collection) +327
   System.Linq.Enumerable.ToList(IEnumerable`1 source) +58
   Dapper.SqlMapper.Query(IDbConnection cnn, String sql, Object param, IDbTransaction transaction, Boolean buffered, Nullable`1 commandTimeout, Nullable`1 commandType) in G:\647\VS项目\双英web\Dapper\SqlMapper.cs:773
   Etrol.Web.SQLSeverDal.FoundationData.ProductionData.ProductionLineDal.GetWarehouse() in G:\647\VS项目\双英web\Dal\Etrol.Web.SQLSeverDal\FoundationData\ProductionData\ProductionLineDal.cs:300
   Etrol.Web.Bll.FoundationData.ProductionData.ProductionLineBll.GetWarehouse() in G:\647\VS项目\双英web\Bll\Etrol.Web.Bll\FoundationData\ProductionData\ProductionLineBll.cs:116
   Etrol.Web.ProductionFoundation.Controllers.ProductionLineController.GetWarehouse() in G:\647\VS项目\双英web\Plugins\Etrol.Web.ProductionFoundation\Controllers\ProductionLineController.cs:189

异常:操作可能会破坏运行时稳定性,布布扣,bubuko.com

异常:操作可能会破坏运行时稳定性

原文:http://www.cnblogs.com/abc8023/p/3580021.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!