gpt4 book ai didi

linq-to-sql - LINQ to SQL 异常 : System. OutOfMemoryException

转载 作者:行者123 更新时间:2023-12-04 02:42:47 25 4
gpt4 key购买 nike

不知道为什么我一直收到 OutOfMemory异常(exception)。我将 ASP.NET MVC 与 LINQ to SQL 一起使用。这是一些堆栈跟踪:

[OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.]
System.Runtime.CompilerServices.RuntimeHelpers._CompileMethod(IntPtr method) +0
System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType) +7652553
System.Data.Linq.SqlClient.ObjectReaderCompiler.Compile(SqlExpression expression, Type elementType) +442
System.Data.Linq.SqlClient.SqlProvider.GetReaderFactory(SqlNode node, Type elemType) +100
System.Data.Linq.SqlClient.SqlProvider.System.Data.Linq.Provider.IProvider.Execute(Expression query) +253
System.Data.Linq.Table1.System.Linq.IQueryProvider.Execute(Expression
expression) +49

System.Linq.Queryable.Single(IQueryable
1 source, Expression`1 predicate) +301
WorkGrabber.Web.Models.WorkGrabberDataContext.GetJob(Int32 id) +233
WorkGrabber.Web.Controllers.BidsController.New(Int32 jobId) +19

最佳答案

你的表情是什么?问题似乎源于这一行:

System.Reflection.Emit.DynamicMethod.CreateDelegate(Type delegateType) +7652553

这种偏移看起来很奇怪。我简直不敢相信一个普通的动态方法会有 7.5MB 的主体。

关于linq-to-sql - LINQ to SQL 异常 : System. OutOfMemoryException,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/588223/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com