asp.net mvc调试器抛出SEHException
发布时间:2020-05-23 22:00:54 所属栏目:asp.Net 来源:互联网
导读:当我尝试在VS中调试(使用F5)应用程序时,它向我显示以下异常: External component has thrown an exception. 这是堆栈跟踪: 描述:执行当前Web请求期间发生未处理的异常.请查看堆栈跟踪以获取有关错误及其源自代码的位置的更多信息. 例外细节: System.Runti
|
当我尝试在VS中调试(使用F5)应用程序时,它向我显示以下异常: External component has thrown an exception. 这是堆栈跟踪: 描述:执行当前Web请求期间发生未处理的异常.请查看堆栈跟踪以获取有关错误及其源自代码的位置的更多信息. 例外细节: System.Runtime.InteropServices.SEHException: External component has thrown an exception.` 来源错误: 在执行当前Web请求期间生成了未处理的异常.可以使用下面的异常堆栈跟踪来识别有关异常的起源和位置的信息. 堆栈跟踪: [SEHException (0x80004005): External component has thrown an exception.] Microsoft.Win32.Win32Native.CreateFile(String lpFileName,Int32 dwDesiredAccess,FileShare dwShareMode,SECURITY_ATTRIBUTES securityAttrs,FileMode dwCreationDisposition,Int32 dwFlagsAndAttributes,IntPtr hTemplateFile) +0 Microsoft.Win32.Win32Native.SafeCreateFile(String lpFileName,IntPtr hTemplateFile) +29 System.IO.FileStream.Init(String path,FileMode mode,FileAccess access,Int32 rights,Boolean useRights,FileShare share,Int32 bufferSize,FileOptions options,SECURITY_ATTRIBUTES secAttrs,String msgPath,Boolean bFromProxy,Boolean useLongPath) +936 System.IO.FileStream..ctor(String path,FileOptions options) +82 System.IO.StreamWriter.CreateFile(String path,Boolean append) +55 System.IO.StreamWriter..ctor(String path,Boolean append,Encoding encoding,Int32 bufferSize) +121 System.IO.StreamWriter..ctor(String path,Encoding encoding) +29 System.Web.Compilation.StandardDiskBuildResultCache.SavePreservedSpecialFilesCombinedHash(Int64 hash) +116 System.Web.Compilation.BuildManager.CheckTopLevelFilesUpToDate2(StandardDiskBuildResultCache diskCache) +752 System.Web.Compilation.BuildManager.CheckTopLevelFilesUpToDate(StandardDiskBuildResultCache diskCache) +55 System.Web.Compilation.BuildManager.RegularAppRuntimeModeInitialize() +174 System.Web.Compilation.BuildManager.Initialize() +261 System.Web.Compilation.BuildManager.InitializeBuildManager() +246 System.Web.HttpRuntime.HostingInit(HostingEnvironmentFlags hostingFlags,PolicyLevel policyLevel,Exception appDomainCreationException) +350 [HttpException (0x80004005): External component has thrown an exception.] System.Web.HttpRuntime.FirstRequestInit(HttpContext context) +9013676 System.Web.HttpRuntime.EnsureFirstRequestInit(HttpContext context) +97 System.Web.HttpRuntime.ProcessRequestInternal(HttpWorkerRequest wr) +258 从这里我只能弄清楚调试器在执行此操作时崩溃了 Microsoft.Win32.Win32Native.SafeCreateFile() 这有什么想法吗? 解决方法如果您有来自Trusteer的任何应用程序(如支持或任何东西),只需卸载并重新启动系统,它就可以正常工作……在这里找到了这个解 http://forums.asp.net/t/1704958.aspx/8/10?Re+SEHException+thrown+when+I+run+the+application 我不知道为什么这个人只是更新软件,并没有检查是否导致任何其他应用程序问题…疯狂… (编辑:安卓应用网) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |
相关内容
- asp.net – 无效的回发或回调参数.为什么?
- asp.net-mvc – mvc.net如何在迭代列表时使用强类型助手
- 获取Asp.net/iis设置Cache-control:静态文件的max-age
- asp.net – 当使用HttpContextScoped()时,StructureMap不会
- asp.net-web-api – 使用控制器上的Xml注释的ASP.NET Web A
- ASP.NET MVC 5无法呈现jQuery UI CSS包
- asp.net-mvc – 如何使用ViewBag创建一个下拉列表?
- 从ASP.NET 3.5应用程序在IFRAME中运行GWT应用程序(包括Appl
- asp.net-mvc – Razor视图引擎.cshtml页面中的OutputCache
- ASP.Net – 在负载平衡环境中处理会话数据?
推荐文章
站长推荐
- asp.net – 当完全执行OnResultExecuted和OnResu
- asp.net-mvc – 在MVC中,什么是ViewModel?
- asp.net – 为jQuery寻找一个好的数据网格插件
- asp.net-mvc – 是否可以在MVC控制器中的一个操作
- asp.net-mvc – Visual Studio 2010 Full和ASP.N
- asp.net-mvc – ASP.Net MVC捆绑和分类
- ASP.NET MVC:数据注释验证足够了吗?
- VS 2015 Update 2 – 调试时不存在变量,为什么?
- asp.net-mvc – 有没有人知道让Ninject 2在ASP.N
- 如果您已实施ASP.NET路由,则ASP.NET中的PageMeth
热点阅读
