Le informazioni su come richiamare il debug JIT (Just-In-Time) anziché questa finestra
sono riportate in fondo al messaggio.
************** Testo dell'eccezione **************
System.Net.Sockets.SocketException: Di norma è consentito un solo utilizzo di ogni indirizzo di socket (protocollo/indirizzo di rete/porta)
at System.Runtime.Remoting.Channels.Tcp.TcpServerChan nel.StartListening(Object data)
at System.Runtime.Remoting.Channels.Tcp.TcpServerChan nel.SetupChannel()
at System.Runtime.Remoting.Channels.Tcp.TcpServerChan nel..ctor(Int32 port)
at Arbus.Client.WinUI.ArbusAgent.StartServer()
at Arbus.Client.WinUI.ArbusAgent.ArbusAgent_Load(Obje ct sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Mes sage& m)
at System.Windows.Forms.ContainerControl.WndProc(Mess age& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.ControlNativeWindow.OnMessage (Message& m)
at System.Windows.Forms.ControlNativeWindow.WndProc(M essage& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Assembly caricati **************
mscorlib
Versione assembly: 1.0.5000.0
Versione Win32: 1.1.4322.2407
Base di codice: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
McAfeeDataBackup
Versione assembly: 0.9.2575.40163
Versione Win32: 0.9.2575.40163
Base di codice: file:///C:/Programmi/McAfee/MBK/McAfeeDataBackup.exe
----------------------------------------
System.Windows.Forms
Versione assembly: 1.0.5000.0
Versione Win32: 1.1.4322.2379
Base di codice: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Versione assembly: 1.0.5000.0
Versione Win32: 1.1.4322.2407
Base di codice: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
Arbus.Client.Base
Versione assembly: 2.0.2563.23976
Versione Win32: 2.0.2563.23976
Base di codice: file:///C:/Programmi/McAfee/MBK/Arbus.Client.Base.DLL
----------------------------------------
Arbus.Client.Resources
Versione assembly: 1.0.4.47572
Versione Win32: 1.0.4.47572
Base di codice: file:///C:/Programmi/McAfee/MBK/Arbus.Client.Resources.DLL
----------------------------------------
Arbus.Common
Versione assembly: 2.1.2564.32786
Versione Win32: 2.1.2564.32786
Base di codice: file:///C:/Programmi/McAfee/MBK/Arbus.Common.DLL
----------------------------------------
System.Drawing
Versione assembly: 1.0.5000.0
Versione Win32: 1.1.4322.2032
Base di codice: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
Arbus.Windows.Controls
Versione assembly: 2.0.2536.16933
Versione Win32: 2.0.2536.16933
Base di codice: file:///C:/Programmi/McAfee/MBK/Arbus.Windows.Controls.DLL
----------------------------------------
Arbus.Client.BusinessObjects
Versione assembly: 2.0.2572.28776
Versione Win32: 2.0.2572.28776
Base di codice: file:///C:/Programmi/McAfee/MBK/Arbus.Client.BusinessObjects.DLL
----------------------------------------
System.Xml
Versione assembly: 1.0.5000.0
Versione Win32: 1.1.4322.2032
Base di codice: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------
System.Runtime.Remoting
Versione assembly: 1.0.5000.0
Versione Win32: 1.1.4322.2032
Base di codice: file:///c:/windows/assembly/gac/system.runtime.remoting/1.0.5000.0__b77a5c561934e089/system.runtime.remoting.dll
----------------------------------------
Arbus.Interfacing.Library
Versione assembly: 1.0.0.27362
Versione Win32: 1.0.0.27362
Base di codice: file:///c:/windows/assembly/gac/arbus.interfacing.library/1.0.0.27362__2be3a081d8c94867/arbus.interfacing.library.dll
----------------------------------------
SYSTEM.WINDOWS.FORMS.resources
Versione assembly: 1.0.5000.0
Versione Win32: 1.1.4322.573
Base di codice: file:///c:/windows/assembly/gac/system.windows.forms.resources/1.0.5000.0_it_b77a5c561934e089/system.windows.forms.resources.dll
----------------------------------------
************** Debug JIT **************
Per attivare il debug JIT (Just-In-Time), è 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.