System.Runtime.InteropServices.SEHException C#,winforms

时间:2019-03-14 12:38:55

标签: c# .net winforms devexpress

我的应用程序随机崩溃,我不知道哪里出了问题,只有日志。应用程序在网络驱动器上,当应用程序在本地计算机上运行时,一切都很好。我正在尝试在WinDbg下进行检查,但是当我执行此应用程序不会崩溃时,同样的情况是我尝试在网络驱动器上调试代码时。没有抛出异常。网络磁盘在Windows 2012上进行了本地化,我尝试更改到另一台计算机并共享磁盘,但效果相同。同样,所有dll都合并到一个exe文件中(我当时认为这是丢失连接和访问dll的问题)

应用程序:Controlling.exe     架构版本:v4.0.30319     说明:由于未处理的异常,进程已终止。     有关异常的信息:System.Runtime.InteropServices.SEHException        w Rena.GridForm.toolStripMenuItem_Click(System.Object,System.EventArgs)        w System.Windows.Forms.ToolStripItem.RaiseEvent(System.Object,System.EventArgs)        w System.Windows.Forms.ToolStripMenuItem.OnClick(System.EventArgs)        w System.Windows.Forms.ToolStripItem.HandleClick(System.EventArgs)        w System.Windows.Forms.ToolStripItem.HandleMouseUp(System.Windows.Forms.MouseEventArgs)        w System.Windows.Forms.ToolStripItem.FireEventInteractive(System.EventArgs,System.Windows.Forms.ToolStripItemEventType)        w System.Windows.Forms.ToolStripItem.FireEvent(System.EventArgs,System.Windows.Forms.ToolStripItemEventType)        w System.Windows.Forms.ToolStrip.OnMouseUp(System.Windows.Forms.MouseEventArgs)        w System.Windows.Forms.ToolStripDropDown.OnMouseUp(System.Windows.Forms.MouseEventArgs)        w System.Windows.Forms.Control.WmMouseUp(System.Windows.Forms.Message ByRef,System.Windows.Forms.MouseButtons,Int32)        w System.Windows.Forms.Control.WndProc(System.Windows.Forms.Message ByRef)        w System.Windows.Forms.ScrollableControl.WndProc(System.Windows.Forms.Message ByRef)        w System.Windows.Forms.ToolStrip.WndProc(System.Windows.Forms.Message ByRef)        w System.Windows.Forms.ToolStripDropDown.WndProc(System.Windows.Forms.Message ByRef)        w System.Windows.Forms.Control + ControlNativeWindow.OnMessage(System.Windows.Forms.Message ByRef)        w System.Windows.Forms.Control + ControlNativeWindow.WndProc(System.Windows.Forms.Message ByRef)        w System.Windows.Forms.NativeWindow.Callback(IntPtr,Int32,IntPtr,IntPtr)        w System.Windows.Forms.UnsafeNativeMethods.DispatchMessageW(MSG ByRef)        w System.Windows.Forms.Application + ComponentManager.System.Windows.Forms.UnsafeNativeMethods.IMsoComponentManager.FPushMessageLoop(IntPtr,Int32,Int32)        w System.Windows.Forms.Application + ThreadContext.RunMessageLoopInner(Int32,System.Windows.Forms.ApplicationContext)        w System.Windows.Forms.Application + ThreadContext.RunMessageLoop(Int32,System.Windows.Forms.ApplicationContext)        w System.Windows.Forms.Application.Run(System.Windows.Forms.Form)        w Rena.StartForm.Main(System.String [])

导致错误的应用程序的名称:Controlling.exe,版本:1.0.7012.19207,时间戳:0x5c8a217f     导致错误的模块名称:clr.dll,版本:4.7.3362.0,时间戳:0x5c2fd0c9     异常代码:0xc0000006     错误偏移量:0x000a341b     引起错误的进程的标识符:0x5294     应用程序启动导致错误的时间:0x01d4da5e8ec251db     导致错误的应用程序路径:W:\ APPLICATIONS \ CONTROLLING \ Controlling.exe     导致错误的模块路径:C:\ Windows \ Microsoft.NET \ Framework \ v4.0.30319 \ clr.dll     报告ID:068f4b8c-6b45-4010-a633-991edc807e01     引起错误的完整软件包名称:     相对于错误包的应用程序标识符:

0 个答案:

没有答案