Condividi tramite

Errore Microsoft .NET Framework

Anonimo
2022-09-15T06:55:27+00:00

Buongiorno, da qualche tempo sempre più spesso viene visualizzato la seguente finestra di errore

e nei dettagli posso leggere questo:

See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** MySql.Data.MySqlClient.MySqlException (0x80004005): Fatal error encountered during command execution. ---> MySql.Data.MySqlClient.MySqlException (0x80004005): Fatal error encountered attempting to read the resultset. ---> MySql.Data.MySqlClient.MySqlException (0x80004005): Reading from the stream has failed. ---> System.IO.IOException: Unable to read data from the transport connection: Impossibile stabilire la connessione. Risposta non corretta della parte connessa dopo l'intervallo di tempo oppure mancata risposta dall'host collegato. ---> System.Net.Sockets.SocketException: Impossibile stabilire la connessione. Risposta non corretta della parte connessa dopo l'intervallo di tempo oppure mancata risposta dall'host collegato at System.Net.Sockets.Socket.Receive(Byte[] buffer, Int32 offset, Int32 size, SocketFlags socketFlags) at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) at MySql.Data.MySqlClient.TimedStream.Read(Byte[] buffer, Int32 offset, Int32 count) at MySql.Data.MySqlClient.MySqlStream.ReadFully(Stream stream, Byte[] buffer, Int32 offset, Int32 count) at MySql.Data.MySqlClient.MySqlStream.LoadPacket() at MySql.Data.MySqlClient.MySqlStream.LoadPacket() at MySql.Data.MySqlClient.MySqlStream.ReadPacket() at MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) at MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) at MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlDataReader.NextResult() at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) at MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) at SBW_APL_V2.DBConn.ExecProcedure(String procedureName) at SBW_APL_V2.window_main.callHome() at SBW_APL_V2.window_main.timer_1m_callHome_Tick(Object sender, EventArgs e) at System.Windows.Forms.Timer.OnTick(EventArgs e) at System.Windows.Forms.Timer.TimerNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam) ************** Loaded Assemblies ************** mscorlib Assembly Version: 4.0.0.0 Win32 Version: 4.8.4515.0 built by: NET48REL1LAST_C CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll ---------------------------------------- SBW_APL_V2 Assembly Version: 2.0.2.218 Win32 Version: 2.0.2.218 CodeBase: file:///D:/Programmi/SIMBITWORLD/A%20PILOT'S%20LIFE%20-%20CHAPTER%202/SBW_APL_V2.exe ---------------------------------------- System.Windows.Forms Assembly Version: 4.0.0.0 Win32 Version: 4.8.4550.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 4.0.0.0 Win32 Version: 4.8.4536.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 4.0.0.0 Win32 Version: 4.8.4395.0 built by: NET48REL1LAST_B CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- System.Core Assembly Version: 4.0.0.0 Win32 Version: 4.8.4536.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll ---------------------------------------- MySql.Data Assembly Version: 8.0.20.0 Win32 Version: 2.0.2.218 CodeBase: file:///D:/Programmi/SIMBITWORLD/A%20PILOT'S%20LIFE%20-%20CHAPTER%202/SBW_APL_V2.exe ---------------------------------------- fsuipcClient Assembly Version: 3.2.19.388 Win32 Version: 2.0.2.218 CodeBase: file:///D:/Programmi/SIMBITWORLD/A%20PILOT'S%20LIFE%20-%20CHAPTER%202/SBW_APL_V2.exe ---------------------------------------- Microsoft.ReportViewer.DataVisualization Assembly Version: 15.0.0.0 Win32 Version: 2.0.2.218 CodeBase: file:///D:/Programmi/SIMBITWORLD/A%20PILOT'S%20LIFE%20-%20CHAPTER%202/SBW_APL_V2.exe ---------------------------------------- Microsoft.ReportViewer.Design Assembly Version: 15.0.0.0 Win32 Version: 2.0.2.218 CodeBase: file:///D:/Programmi/SIMBITWORLD/A%20PILOT'S%20LIFE%20-%20CHAPTER%202/SBW_APL_V2.exe ---------------------------------------- Microsoft.ReportViewer.ProcessingObjectModel Assembly Version: 15.0.0.0 Win32 Version: 2.0.2.218 CodeBase: file:///D:/Programmi/SIMBITWORLD/A%20PILOT'S%20LIFE%20-%20CHAPTER%202/SBW_APL_V2.exe ---------------------------------------- Microsoft.ReportViewer.WinForms Assembly Version: 15.0.0.0 Win32 Version: 2.0.2.218 CodeBase: file:///D:/Programmi/SIMBITWORLD/A%20PILOT'S%20LIFE%20-%20CHAPTER%202/SBW_APL_V2.exe ---------------------------------------- Microsoft.SqlServer.Types Assembly Version: 14.0.0.0 Win32 Version: 2.0.2.218 CodeBase: file:///D:/Programmi/SIMBITWORLD/A%20PILOT'S%20LIFE%20-%20CHAPTER%202/SBW_APL_V2.exe ---------------------------------------- Microsoft.ReportViewer.Common Assembly Version: 15.0.0.0 Win32 Version: 2.0.2.218 CodeBase: file:///D:/Programmi/SIMBITWORLD/A%20PILOT'S%20LIFE%20-%20CHAPTER%202/SBW_APL_V2.exe ---------------------------------------- XPlaneConnector.DataRefs Assembly Version: 11.51.0.0 Win32 Version: 2.0.2.218 CodeBase: file:///D:/Programmi/SIMBITWORLD/A%20PILOT'S%20LIFE%20-%20CHAPTER%202/SBW_APL_V2.exe ---------------------------------------- XPlaneConnector Assembly Version: 1.3.0.0 Win32 Version: 2.0.2.218 CodeBase: file:///D:/Programmi/SIMBITWORLD/A%20PILOT'S%20LIFE%20-%20CHAPTER%202/SBW_APL_V2.exe ---------------------------------------- System.Configuration Assembly Version: 4.0.0.0 Win32 Version: 4.8.4341.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll ---------------------------------------- System.Xml Assembly Version: 4.0.0.0 Win32 Version: 4.8.4161.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll ---------------------------------------- System.Management Assembly Version: 4.0.0.0 Win32 Version: 4.8.4435.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Management/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Management.dll ---------------------------------------- System.Data Assembly Version: 4.0.0.0 Win32 Version: 4.8.4536.0 built by: NET48REL1LAST_C CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll ---------------------------------------- System.Transactions Assembly Version: 4.0.0.0 Win32 Version: 4.8.4161.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll ---------------------------------------- System.EnterpriseServices Assembly Version: 4.0.0.0 Win32 Version: 4.8.4161.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll ---------------------------------------- System.Numerics Assembly Version: 4.0.0.0 Win32 Version: 4.8.4161.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll ---------------------------------------- netstandard Assembly Version: 2.0.0.0 Win32 Version: 4.8.4161.0 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/netstandard/v4.0_2.0.0.0__cc7b13ffcd2ddd51/netstandard.dll ---------------------------------------- System.Device Assembly Version: 4.0.0.0 Win32 Version: 4.8.4161.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Device/v4.0_4.0.0.0__b77a5c561934e089/System.Device.dll ---------------------------------------- Accessibility Assembly Version: 4.0.0.0 Win32 Version: 4.8.4161.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll ---------------------------------------- System.Net.Http Assembly Version: 4.0.0.0 Win32 Version: 4.8.4161.0 built by: NET48REL1 CodeBase: file:///C:/WINDOWS/Microsoft.Net/assembly/GAC_MSIL/System.Net.Http/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Net.Http.dll ---------------------------------------- Microsoft.mshtml Assembly Version: 7.0.3300.0 Win32 Version: 7.0.3300.0 CodeBase: file:///C:/WINDOWS/assembly/GAC/Microsoft.mshtml/7.0.3300.0__b03f5f7f11d50a3a/Microsoft.mshtml.dll ---------------------------------------- ************** JIT Debugging ************** To enable just-in-time (JIT) debugging, the .config file for this application or computer (machine.config) must have the jitDebugging value set in the system.windows.forms section. The application must also be compiled with debugging enabled. For example: When JIT debugging is enabled, any unhandled exception will be sent to the JIT debugger registered on the computer rather than be handled by this dialog box.

Come posso rimediare?

Grazie.

Windows per utenti privati | Windows 11 | Prestazioni ed errori di sistema

Domanda bloccata. Questa domanda è stata eseguita dalla community del supporto tecnico Microsoft. È possibile votare se è utile, ma non è possibile aggiungere commenti o risposte o seguire la domanda.

0 commenti Nessun commento

3 risposte

Ordina per: Più utili
  1. Spigolo 135.3K Punti di reputazione Moderatore volontario
    2022-09-15T07:29:54+00:00

    Prego Giuseppe, è un piacere.

    La risposta è stata utile?

    0 commenti Nessun commento
  2. Anonimo
    2022-09-15T07:03:57+00:00

    Grazie mille

    La risposta è stata utile?

    0 commenti Nessun commento
  3. Spigolo 135.3K Punti di reputazione Moderatore volontario
    2022-09-15T07:03:03+00:00

    ciao Giuseppe&P

    E' un errore di A Pilot's Life, devi contattare il loro supporto.

    La risposta è stata utile?

    0 commenti Nessun commento