EDN Admin
Well-known member
so basically on 8/29/12 i ran my windows update and actually got like 5 visual studio service packs and like 1 or two sql server updates. things along those lines and now my programs that i was working on no longer works due to a Microsoft . net framework
error. pretty sure it has something to do with the database. i have a very simple database its service based and it just is a table that holds songs and titles, aswell as links ect ect with a save button and all that. now it doesnt work. i get this error
on startup
"unhandled exception has occurred in your application, if you click continue, the application will ignore this error and attempt to continue. if you click quit, the application will close immediately.
timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. "
when i click details it shows this
See the end of this message for details on invoking <br/>
just-in-time (JIT) debugging instead of this dialog box.<br/>
<br/>
************** Exception Text **************<br/>
System.Data.SqlClient.SqlException (0x80131904): Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.<br/>
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)<br/>
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()<br/>
at System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error)<br/>
at System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObject stateObj)<br/>
at System.Data.SqlClient.TdsParserStateObject.ReadNetworkPacket()<br/>
at System.Data.SqlClient.TdsParserStateObject.ReadBuffer()<br/>
at System.Data.SqlClient.TdsParserStateObject.ReadByte()<br/>
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)<br/>
at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)<br/>
at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, SqlConnection owningObject)<br/>
at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, TimeoutTimer timeout)<br/>
at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, TimeoutTimer timeout, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)<br/>
at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)<br/>
at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)<br/>
at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)<br/>
at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)<br/>
at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)<br/>
at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)<br/>
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)<br/>
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)<br/>
at System.Data.SqlClient.SqlConnection.Open()<br/>
at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)<br/>
at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)<br/>
at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)<br/>
at Linkz.Database1DataSet1TableAdapters.Linkz_TableTableAdapter.Fill(Linkz_TableDataTable dataTable)<br/>
at Linkz.Form1.Form1_Load(Object sender, EventArgs e)<br/>
at System.Windows.Forms.Form.OnLoad(EventArgs e)<br/>
at System.Windows.Forms.Form.OnCreateControl()<br/>
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)<br/>
at System.Windows.Forms.Control.CreateControl()<br/>
at System.Windows.Forms.Control.WmShowWindow(Message& m)<br/>
at System.Windows.Forms.Control.WndProc(Message& m)<br/>
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)<br/>
at System.Windows.Forms.Form.WmShowWindow(Message& m)<br/>
at System.Windows.Forms.Form.WndProc(Message& m)<br/>
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)<br/>
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)<br/>
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)<br/>
<br/>
<br/>
************** Loaded Assemblies **************<br/>
mscorlib<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.269 (RTMGDR.030319-2600)<br/>
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll<br/>
----------------------------------------<br/>
Linkz<br/>
Assembly Version: 1.0.0.0<br/>
Win32 Version: 1.0.0.0<br/>
CodeBase: file:///C:/Users/James/AppData/Local/Apps/2.0/YYXL43CB.M7Z/JHA58QWT.5EX/link..tion_088112c39a2c821f_0001.0000_0a205ef52fce9fe2/Linkz.exe<br/>
----------------------------------------<br/>
System.Windows.Forms<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.278 built by: RTMGDR<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll<br/>
----------------------------------------<br/>
System.Drawing<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.282 built by: RTMGDR<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll<br/>
----------------------------------------<br/>
System<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.269 built by: RTMGDR<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll<br/>
----------------------------------------<br/>
System.Configuration<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll<br/>
----------------------------------------<br/>
System.Xml<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.233 built by: RTMGDR<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll<br/>
----------------------------------------<br/>
System.Data<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.237 (RTMGDR.030319-2300)<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll<br/>
----------------------------------------<br/>
System.Core<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.233 built by: RTMGDR<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll<br/>
----------------------------------------<br/>
System.Data.DataSetExtensions<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.1 built by: RTMRel<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Data.DataSetExtensions/v4.0_4.0.0.0__b77a5c561934e089/System.Data.DataSetExtensions.dll<br/>
----------------------------------------<br/>
System.Numerics<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.1 built by: RTMRel<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll<br/>
----------------------------------------<br/>
Accessibility<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.1 built by: RTMRel<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll<br/>
----------------------------------------<br/>
System.Transactions<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll<br/>
----------------------------------------<br/>
System.EnterpriseServices<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll<br/>
----------------------------------------<br/>
<br/>
************** JIT Debugging **************<br/>
To enable just-in-time (JIT) debugging, the .config file for this<br/>
application or computer (machine.config) must have the<br/>
jitDebugging value set in the system.windows.forms section.<br/>
The application must also be compiled with debugging<br/>
enabled.<br/>
<br/>
For example:<br/>
<br/>
<configuration><br/>
<system.windows.forms jitDebugging="true" /><br/>
</configuration><br/>
<br/>
When JIT debugging is enabled, any unhandled exception<br/>
will be sent to the JIT debugger registered on the computer<br/>
rather than be handled by this dialog box.<br/>
<br/>
<
james griffith
<br/>
View the full article
error. pretty sure it has something to do with the database. i have a very simple database its service based and it just is a table that holds songs and titles, aswell as links ect ect with a save button and all that. now it doesnt work. i get this error
on startup
"unhandled exception has occurred in your application, if you click continue, the application will ignore this error and attempt to continue. if you click quit, the application will close immediately.
timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. "
when i click details it shows this
See the end of this message for details on invoking <br/>
just-in-time (JIT) debugging instead of this dialog box.<br/>
<br/>
************** Exception Text **************<br/>
System.Data.SqlClient.SqlException (0x80131904): Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.<br/>
at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)<br/>
at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning()<br/>
at System.Data.SqlClient.TdsParserStateObject.ReadSniError(TdsParserStateObject stateObj, UInt32 error)<br/>
at System.Data.SqlClient.TdsParserStateObject.ReadSni(DbAsyncResult asyncResult, TdsParserStateObject stateObj)<br/>
at System.Data.SqlClient.TdsParserStateObject.ReadNetworkPacket()<br/>
at System.Data.SqlClient.TdsParserStateObject.ReadBuffer()<br/>
at System.Data.SqlClient.TdsParserStateObject.ReadByte()<br/>
at System.Data.SqlClient.TdsParser.Run(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj)<br/>
at System.Data.SqlClient.SqlInternalConnectionTds.CompleteLogin(Boolean enlistOK)<br/>
at System.Data.SqlClient.SqlInternalConnectionTds.AttemptOneLogin(ServerInfo serverInfo, String newPassword, Boolean ignoreSniOpenTimeout, TimeoutTimer timeout, SqlConnection owningObject)<br/>
at System.Data.SqlClient.SqlInternalConnectionTds.LoginNoFailover(ServerInfo serverInfo, String newPassword, Boolean redirectedUserInstance, SqlConnection owningObject, SqlConnectionString connectionOptions, TimeoutTimer timeout)<br/>
at System.Data.SqlClient.SqlInternalConnectionTds.OpenLoginEnlist(SqlConnection owningObject, TimeoutTimer timeout, SqlConnectionString connectionOptions, String newPassword, Boolean redirectedUserInstance)<br/>
at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity, SqlConnectionString connectionOptions, Object providerInfo, String newPassword, SqlConnection owningObject, Boolean redirectedUserInstance)<br/>
at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options, Object poolGroupProviderInfo, DbConnectionPool pool, DbConnection owningConnection)<br/>
at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnection owningConnection, DbConnectionPool pool, DbConnectionOptions options)<br/>
at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject)<br/>
at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject)<br/>
at System.Data.ProviderBase.DbConnectionPool.GetConnection(DbConnection owningObject)<br/>
at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection)<br/>
at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory)<br/>
at System.Data.SqlClient.SqlConnection.Open()<br/>
at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior)<br/>
at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior)<br/>
at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)<br/>
at Linkz.Database1DataSet1TableAdapters.Linkz_TableTableAdapter.Fill(Linkz_TableDataTable dataTable)<br/>
at Linkz.Form1.Form1_Load(Object sender, EventArgs e)<br/>
at System.Windows.Forms.Form.OnLoad(EventArgs e)<br/>
at System.Windows.Forms.Form.OnCreateControl()<br/>
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)<br/>
at System.Windows.Forms.Control.CreateControl()<br/>
at System.Windows.Forms.Control.WmShowWindow(Message& m)<br/>
at System.Windows.Forms.Control.WndProc(Message& m)<br/>
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)<br/>
at System.Windows.Forms.Form.WmShowWindow(Message& m)<br/>
at System.Windows.Forms.Form.WndProc(Message& m)<br/>
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)<br/>
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)<br/>
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)<br/>
<br/>
<br/>
************** Loaded Assemblies **************<br/>
mscorlib<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.269 (RTMGDR.030319-2600)<br/>
CodeBase: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll<br/>
----------------------------------------<br/>
Linkz<br/>
Assembly Version: 1.0.0.0<br/>
Win32 Version: 1.0.0.0<br/>
CodeBase: file:///C:/Users/James/AppData/Local/Apps/2.0/YYXL43CB.M7Z/JHA58QWT.5EX/link..tion_088112c39a2c821f_0001.0000_0a205ef52fce9fe2/Linkz.exe<br/>
----------------------------------------<br/>
System.Windows.Forms<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.278 built by: RTMGDR<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll<br/>
----------------------------------------<br/>
System.Drawing<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.282 built by: RTMGDR<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll<br/>
----------------------------------------<br/>
System<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.269 built by: RTMGDR<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll<br/>
----------------------------------------<br/>
System.Configuration<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Configuration/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll<br/>
----------------------------------------<br/>
System.Xml<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.233 built by: RTMGDR<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll<br/>
----------------------------------------<br/>
System.Data<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.237 (RTMGDR.030319-2300)<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Data/v4.0_4.0.0.0__b77a5c561934e089/System.Data.dll<br/>
----------------------------------------<br/>
System.Core<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.233 built by: RTMGDR<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll<br/>
----------------------------------------<br/>
System.Data.DataSetExtensions<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.1 built by: RTMRel<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Data.DataSetExtensions/v4.0_4.0.0.0__b77a5c561934e089/System.Data.DataSetExtensions.dll<br/>
----------------------------------------<br/>
System.Numerics<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.1 built by: RTMRel<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/System.Numerics/v4.0_4.0.0.0__b77a5c561934e089/System.Numerics.dll<br/>
----------------------------------------<br/>
Accessibility<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.1 built by: RTMRel<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll<br/>
----------------------------------------<br/>
System.Transactions<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.Transactions/v4.0_4.0.0.0__b77a5c561934e089/System.Transactions.dll<br/>
----------------------------------------<br/>
System.EnterpriseServices<br/>
Assembly Version: 4.0.0.0<br/>
Win32 Version: 4.0.30319.1 (RTMRel.030319-0100)<br/>
CodeBase: file:///C:/Windows/Microsoft.Net/assembly/GAC_32/System.EnterpriseServices/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.EnterpriseServices.dll<br/>
----------------------------------------<br/>
<br/>
************** JIT Debugging **************<br/>
To enable just-in-time (JIT) debugging, the .config file for this<br/>
application or computer (machine.config) must have the<br/>
jitDebugging value set in the system.windows.forms section.<br/>
The application must also be compiled with debugging<br/>
enabled.<br/>
<br/>
For example:<br/>
<br/>
<configuration><br/>
<system.windows.forms jitDebugging="true" /><br/>
</configuration><br/>
<br/>
When JIT debugging is enabled, any unhandled exception<br/>
will be sent to the JIT debugger registered on the computer<br/>
rather than be handled by this dialog box.<br/>
<br/>
<
james griffith
<br/>
View the full article