-
Notifications
You must be signed in to change notification settings - Fork 186
Description
Me aparece o seguinte erro:
Consulte o final desta mensagem para obter detalhes sobre como chamar a
depuração just-in-time (JIT) em vez desta caixa de diálogo.
************** Texto de Exceção **************
System.ComponentModel.Win32Exception (0x80004005): O sistema não pode encontrar o arquivo especificado
em System.Diagnostics.Process.StartWithCreateProcess(ProcessStartInfo startInfo)
em System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
em . . (Object , EventArgs )
em System.Windows.Forms.Control.OnClick(EventArgs e)
em System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)
em System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
em System.Windows.Forms.Control.WndProc(Message& m)
em System.Windows.Forms.ButtonBase.WndProc(Message& m)
em System.Windows.Forms.Button.WndProc(Message& m)
em System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Assemblies Carregados **************
mscorlib
Versão do Assembly: 4.0.0.0
Versão do Win32: 4.8.9310.0 built by: NET481REL1LAST_C
Base de Código: file:///C:/Windows/Microsoft.NET/Framework64/v4.0.30319/mscorlib.dll
Avilla_Forensics
Versão do Assembly: 1.0.0.0
Versão do Win32: 1.0.0.0
Base de Código: file:///E:/Avilla_Forensics.exe
System.Windows.Forms
Versão do Assembly: 4.0.0.0
Versão do Win32: 4.8.9256.0 built by: NET481REL1LAST_B
Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
System
Versão do Assembly: 4.0.0.0
Versão do Win32: 4.8.9320.0 built by: NET481REL1LAST_B
Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
System.Drawing
Versão do Assembly: 4.0.0.0
Versão do Win32: 4.8.9032.0 built by: NET481REL1
Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
System.Configuration
Versão do Assembly: 4.0.0.0
Versão do Win32: 4.8.9032.0 built by: NET481REL1
Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
System.Core
Versão do Assembly: 4.0.0.0
Versão do Win32: 4.8.9316.0 built by: NET481REL1LAST_C
Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
System.Xml
Versão do Assembly: 4.0.0.0
Versão do Win32: 4.8.9032.0 built by: NET481REL1
Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
Microsoft.Web.WebView2.WinForms
Versão do Assembly: 1.0.2903.40
Versão do Win32: 1.0.2903.40
Base de Código: file:///E:/Microsoft.Web.WebView2.WinForms.DLL
Microsoft.Web.WebView2.Core
Versão do Assembly: 1.0.2903.40
Versão do Win32: 1.0.2903.40
Base de Código: file:///E:/Microsoft.Web.WebView2.Core.DLL
mscorlib.resources
Versão do Assembly: 4.0.0.0
Versão do Win32: 4.8.9032.0 built by: NET481REL1
Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/mscorlib.resources/v4.0_4.0.0.0_pt-BR_b77a5c561934e089/mscorlib.resources.dll
Accessibility
Versão do Assembly: 4.0.0.0
Versão do Win32: 4.8.9032.0 built by: NET481REL1
Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
System.Windows.Forms.resources
Versão do Assembly: 4.0.0.0
Versão do Win32: 4.8.9032.0 built by: NET481REL1
Base de Código: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms.resources/v4.0_4.0.0.0_pt-BR_b77a5c561934e089/System.Windows.Forms.resources.dll
************** Depuração JIT **************
Para habilitar a depuração just-in-time (JIT), o arquivo .config deste
aplicativo ou computador (machine.config) deve ter o valor
jitDebugging definido na seção system.windows.forms.
O aplicativo também deve ser compilado com a depuração
habilitada.
Por exemplo:
Quando a depuração JIT está habilitada, qualquer exceção sem tratamento
será enviada ao depurador JIT registrado no computador,