简体   繁体   English

升级ASP.NET MVC 2项目后如何在System.Web.dll中找到StackOverflowException的原因?

[英]How to find reason for StackOverflowException in System.Web.dll after upgrading an ASP.NET MVC 2 project?

I've upgraded an ASP.NET MVC 2 solution to MVC 4*. 我已经将ASP.NET MVC 2解决方案升级到MVC 4 *。 When running the site the start page is displayed but after a little while a StackOverflowException is thrown in System.Web.dll (sometimes in System.Runtime.Serialization.dll) and thus there's no call stack to examine. 运行站点时会显示启动页面,但过了一会儿,System.Web.dll(有时在System.Runtime.Serialization.dll中)抛出了StackOverflowException,因此没有要检查的调用堆栈。 I've stepped through the start sequence code but haven't found anything suspicious. 我已经完成了启动序列代码,但没有发现任何可疑的东西。
What should I do to find the problem? 我该怎么做才能找到问题?

*Tried both manual variants described here and here as well as automatic variants using this and this tool *试图描述手动变体在这里在这里以及使用自动变体工具

我的提示:如果您的页面格式正确,请在每个</tr>之前查看,看看是否遗漏了</td>

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在.Net 3.5版本中使用system.web.dll - How to use system.web.dll in .Net 3.5 version ASP.NET Core Web Application(.NET Framework)项目模板缺少System.Web.MVC dll - ASP.NET Core Web Application (.NET Framework) project template is missing System.Web.MVC dll 如何修复asp.net mvc中的App_Web_xxxx.dll中发生的System.NullReferenceException? - How to fix System.NullReferenceException' occurred in App_Web_xxxx.dll in asp.net mvc? 无法添加System.Web.dll引用 - Cannot add System.Web.dll reference 如何访问ASP.NET MVC项目的bin文件夹中的DLL? - How to access DLL in bin folder of ASP.NET MVC project? mscorlib.dll asp.net-mvc中发生类型为&#39;System.StackOverflowException&#39;的未处理异常 - An unhandled exception of type 'System.StackOverflowException' occurred in mscorlib.dll asp.net-mvc 抛出异常:System.Web.dll中的“ System.Web.HttpUnhandledException” - Exception thrown: 'System.Web.HttpUnhandledException' in System.Web.dll System.Web.dll可以与针对.NET 4客户端配置文件的WinForms应用程序一起独立部署吗? - Can System.Web.dll be deployed stand alone with a WinForms application targeting .NET 4 Client profile? 在ASP.NET MVC中使用正则表达式时未处理的System.StackOverflowException - Unhandled System.StackOverflowException when using regex in ASP.NET MVC 对 dll 进行反编译和逆向工程以生成 ASP.NET MVC web 项目 - Decompile and reverse engineer a dll to produce an ASP.NET MVC web project
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM