Torna al Thread

Le informazioni su come richiamare il debug JIT (Just-In-Time) anziché questa finestra sono riportate in fondo al messaggio. ************** Testo dell'eccezione ************** System.Runtime.InteropServices.SEHException: Eccezione lanciata da un componente esterno. in GestioneTAG.FEISC.FEISC_NewReader(Int32 iPortHnd) in GestioneTAG.Reader.USB_ScanAndOpen(Int32& iDevHnd) in C:\Users\Administrator\Documents\Visual Studio 2008\Projects\GestioneTAG\Reader.vb:riga 49 in GestioneTAG.Main.Timer3_Tick(Object sender, EventArgs e) in C:\Users\Administrator\Documents\Visual Studio 2008\Projects\GestioneTAG\Main.vb:riga 70 in GestioneTAG.Ricerca.RicercaTag_Click(Object sender, EventArgs e) in C:\Users\Administrator\Documents\Visual Studio 2008\Projects\GestioneTAG\Ricerca.vb:riga 538 in System.Windows.Forms.Timer.OnTick(EventArgs e) in System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m) in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Assembly caricati ************** mscorlib Versione assembly: 2.0.0.0 Versione Win32: Base di codice: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- GestioneTAG Versione assembly: 1.0.0.0 Versione Win32: 1.0.0.0 Base di codice: file:///C:/Users/Administrator/Desktop/Gestione%20TAG%20EX/GestioneTAG.exe ---------------------------------------- Microsoft.VisualBasic Versione assembly: 8.0.0.0 Versione Win32: 8.0.50727.4927 (NetFXspW7.050727-4900) Base di codice: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.dll ---------------------------------------- System Versione assembly: 2.0.0.0 Versione Win32: Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Windows.Forms Versione assembly: 2.0.0.0 Versione Win32: Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System.Drawing Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900) Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Configuration Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900) Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Versione assembly: 2.0.0.0 Versione Win32: Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Runtime.Remoting Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900) Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll ---------------------------------------- MySql.Data Versione assembly: 6.2.4.0 Versione Win32: 6.2.4.0 Base di codice: file:///C:/Windows/assembly/GAC_MSIL/MySql.Data/6.2.4.0__c5687fc88969c44d/MySql.Data.dll ---------------------------------------- System.Data Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900) Base di codice: file:///C:/Windows/assembly/GAC_32/System.Data/2.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- System.Transactions Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900) Base di codice: file:///C:/Windows/assembly/GAC_32/System.Transactions/2.0.0.0__b77a5c561934e089/System.Transactions.dll ---------------------------------------- System.Windows.Forms.resources Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900) Base di codice: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_it_b77a5c561934e089/System.Windows.Forms.resources.dll ---------------------------------------- System.EnterpriseServices Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900) Base di codice: file:///C:/Windows/assembly/GAC_32/System.EnterpriseServices/2.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll ---------------------------------------- Microsoft.VisualBasic.Compatibility Versione assembly: 8.0.0.0 Versione Win32: 8.0.50727.4927 Base di codice: file:///C:/Windows/assembly/GAC_MSIL/Microsoft.VisualBasic.Compatibility/8.0.0.0__b03f5f7f11d50a3a/Microsoft.VisualBasic.Compatibility.dll ---------------------------------------- mscorlib.resources Versione assembly: 2.0.0.0 Versione Win32: Base di codice: file:///C:/Windows/Microsoft.NET/Framework/v2.0.50727/mscorlib.dll ---------------------------------------- Accessibility Versione assembly: 2.0.0.0 Versione Win32: 2.0.50727.4927 (NetFXspW7.050727-4900) Base di codice: file:///C:/Windows/assembly/GAC_MSIL/Accessibility/2.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- ************** Debug JIT ************** Per attivare il debug JIT, è necessario impostare il valore jitDebugging nella sezione system.windows.forms del file di configurazione dell'applicazione o del computer (machine.config). L'applicazione inoltre deve essere compilata con il debug attivato. Ad esempio: <configuration> <system.windows.forms jitDebugging="true" /> </configuration> Quando il debug JIT è attivato, tutte le eccezioni non gestite vengono inviate al debugger JIT registrato nel computer, anziché essere gestite da questa finestra di dialogo.
Copyright © dotNetHell.it 2002-2024
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5