crashId,date,user,version,exceptionname,message,stacktrace,screen,collectionId,ismainexception
System.Int32,System.DateTime,System.String,System.String,System.String,System.String,System.String,System.String,System.Int32,System.Boolean
2,638615838832100000,'3','1.2.24.1','TaxLib.DB.DBQueryFailedException','An attempt to query the database failed: The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.\0D\0ASQL Query = "SELECT object_name(ps.object_id) AS [TableName]\2C\0D\0A                ps.index_id\2C b.name\2C\0D\0A                ps.avg_fragmentation_in_percent\0D\0A                FROM sys.dm_db_index_physical_stats (DB_ID()\2C NULL\2C NULL\2C NULL\2C NULL) AS ps\0D\0A                INNER JOIN sys.indexes AS b ON ps.OBJECT_ID = b.OBJECT_ID\0D\0A                AND ps.index_id = b.index_id\0D\0A                WHERE ps.database_id = DB_ID() and b.name is not null and ps.avg_fragmentation_in_percent > 55 and ps.page_count > 100\0D\0A                ORDER BY ps.avg_fragmentation_in_percent desc".','   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 112\0D\0A   at TaxLib.Data.AdminClass.FragmentedIndexes() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CData\5CAdminClass.cs:line 55\0D\0A   at ProjectDonut.MainScreen.SetUpScreen() in D:\5CSource Code\5CGit\5CTax\5CMainScreen.cs:line 148\0D\0A   at ProjectDonut.MainScreen.<btnStandardPayments_Click>b__22_0(Object sender2\2C FormClosedEventArgs e2) in D:\5CSource Code\5CGit\5CTax\5CMainScreen.cs:line 330\0D\0A   at System.Windows.Forms.FormClosedEventHandler.Invoke(Object sender\2C FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.OnFormClosed(FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.WmClose(Message& m)\0D\0A   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd\2C Int32 msg\2C IntPtr wparam\2C IntPtr lparam)','SearchParcel',100,T
3,638615838998400000,'3','1.2.24.1','System.Data.SqlClient.SqlException','The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.','   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.AsyncHelper.WaitForCompletion(Task task\2C Int32 timeout\2C Action onTimeout\2C Boolean rethrowExceptions)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C Boolean async\2C Int32 timeout\2C Task& task\2C Boolean asyncWrite\2C Boolean inRetry\2C SqlDataReader ds\2C Boolean describeParameterEncryptionRequest)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method\2C TaskCompletionSource`1 completion\2C Int32 timeout\2C Task& task\2C Boolean& usedCache\2C Boolean asyncWrite\2C Boolean inRetry)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method)\0D\0A   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior\2C String method)\0D\0A   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset\2C DataTable[] datatables\2C Int32 startRecord\2C Int32 maxRecords\2C String srcTable\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables\2C Int32 startRecord\2C Int32 maxRecords\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)\0D\0A   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 107','SearchParcel',100,F
4,638615838998870000,'3','1.2.24.1','System.Data.SqlClient.SqlException','A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces\2C error: 26 - Error Locating Server/Instance Specified)','   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity\2C SqlConnectionString connectionOptions\2C SqlCredential credential\2C Object providerInfo\2C String newPassword\2C SecureString newSecurePassword\2C Boolean redirectedUserInstance\2C SqlConnectionString userConnectionOptions\2C SessionData reconnectSessionData\2C DbConnectionPool pool\2C String accessToken\2C Boolean applyTransientFaultHandling\2C SqlAuthenticationProviderManager sqlAuthProviderManager)\0D\0A   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C Object poolGroupProviderInfo\2C DbConnectionPool pool\2C DbConnection owningConnection\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool\2C DbConnection owningObject\2C DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.ReplaceConnection(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection\2C DbConnectionInternal& connection)\0D\0A   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection\2C DbConnectionFactory connectionFactory\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()','SearchParcel',100,F
5,638621006894230000,'3','1.2.24.1','TaxLib.DB.DBQueryFailedException','An attempt to query the database failed: The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.\0D\0ASQL Query = "SELECT object_name(ps.object_id) AS [TableName]\2C\0D\0A                ps.index_id\2C b.name\2C\0D\0A                ps.avg_fragmentation_in_percent\0D\0A                FROM sys.dm_db_index_physical_stats (DB_ID()\2C NULL\2C NULL\2C NULL\2C NULL) AS ps\0D\0A                INNER JOIN sys.indexes AS b ON ps.OBJECT_ID = b.OBJECT_ID\0D\0A                AND ps.index_id = b.index_id\0D\0A                WHERE ps.database_id = DB_ID() and b.name is not null and ps.avg_fragmentation_in_percent > 55 and ps.page_count > 100\0D\0A                ORDER BY ps.avg_fragmentation_in_percent desc".','   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 112\0D\0A   at TaxLib.Data.AdminClass.FragmentedIndexes() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CData\5CAdminClass.cs:line 55\0D\0A   at ProjectDonut.MainScreen.SetUpScreen() in D:\5CSource Code\5CGit\5CTax\5CMainScreen.cs:line 148\0D\0A   at ProjectDonut.MainScreen.<btnStandardPayments_Click>b__22_0(Object sender2\2C FormClosedEventArgs e2) in D:\5CSource Code\5CGit\5CTax\5CMainScreen.cs:line 330\0D\0A   at System.Windows.Forms.FormClosedEventHandler.Invoke(Object sender\2C FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.OnFormClosed(FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.WmClose(Message& m)\0D\0A   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd\2C Int32 msg\2C IntPtr wparam\2C IntPtr lparam)','SearchParcel',100,T
6,638621006982030000,'3','1.2.24.1','System.Data.SqlClient.SqlException','The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.','   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.AsyncHelper.WaitForCompletion(Task task\2C Int32 timeout\2C Action onTimeout\2C Boolean rethrowExceptions)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C Boolean async\2C Int32 timeout\2C Task& task\2C Boolean asyncWrite\2C Boolean inRetry\2C SqlDataReader ds\2C Boolean describeParameterEncryptionRequest)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method\2C TaskCompletionSource`1 completion\2C Int32 timeout\2C Task& task\2C Boolean& usedCache\2C Boolean asyncWrite\2C Boolean inRetry)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method)\0D\0A   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior\2C String method)\0D\0A   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset\2C DataTable[] datatables\2C Int32 startRecord\2C Int32 maxRecords\2C String srcTable\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables\2C Int32 startRecord\2C Int32 maxRecords\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)\0D\0A   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 107','SearchParcel',100,F
7,638621006982500000,'3','1.2.24.1','System.Data.SqlClient.SqlException','A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces\2C error: 26 - Error Locating Server/Instance Specified)','   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity\2C SqlConnectionString connectionOptions\2C SqlCredential credential\2C Object providerInfo\2C String newPassword\2C SecureString newSecurePassword\2C Boolean redirectedUserInstance\2C SqlConnectionString userConnectionOptions\2C SessionData reconnectSessionData\2C DbConnectionPool pool\2C String accessToken\2C Boolean applyTransientFaultHandling\2C SqlAuthenticationProviderManager sqlAuthProviderManager)\0D\0A   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C Object poolGroupProviderInfo\2C DbConnectionPool pool\2C DbConnection owningConnection\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool\2C DbConnection owningObject\2C DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.ReplaceConnection(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection\2C DbConnectionInternal& connection)\0D\0A   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection\2C DbConnectionFactory connectionFactory\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()','SearchParcel',100,F
8,638621943916130000,'3','1.2.24.1','TaxLib.DB.DBQueryFailedException','An attempt to query the database failed: The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.\0D\0ASQL Query = "SELECT batch_SK from Batches where batchNumber = @BatchNumber and collectionId = @CollectionId and deleted = 0".','   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 112\0D\0A   at TaxLib.DB.DBQuery.QuerySingleIntegerField() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 377\0D\0A   at TaxLib.Data.Batch.GetBatchByNumber(Int32 iBatchNumber) in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CData\5CBatch.cs:line 185\0D\0A   at TaxLib.Data.Transactions.GetShoppingCartData() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CData\5CTransactions.cs:line 1074\0D\0A   at ProjectDonut.ShoppingCart.SetupScreen() in D:\5CSource Code\5CGit\5CTax\5CShoppingCart.cs:line 177\0D\0A   at ProjectDonut.Post.BatchViewer_FormClosed(Object sender\2C FormClosedEventArgs e) in D:\5CSource Code\5CGit\5CTax\5Cpost.cs:line 215\0D\0A   at System.Windows.Forms.FormClosedEventHandler.Invoke(Object sender\2C FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.OnFormClosed(FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.WmClose(Message& m)\0D\0A   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd\2C Int32 msg\2C IntPtr wparam\2C IntPtr lparam)','BatchViewer',100,T
9,638621944057770000,'3','1.2.24.1','System.Data.SqlClient.SqlException','The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.','   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.AsyncHelper.WaitForCompletion(Task task\2C Int32 timeout\2C Action onTimeout\2C Boolean rethrowExceptions)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C Boolean async\2C Int32 timeout\2C Task& task\2C Boolean asyncWrite\2C Boolean inRetry\2C SqlDataReader ds\2C Boolean describeParameterEncryptionRequest)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method\2C TaskCompletionSource`1 completion\2C Int32 timeout\2C Task& task\2C Boolean& usedCache\2C Boolean asyncWrite\2C Boolean inRetry)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method)\0D\0A   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior\2C String method)\0D\0A   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset\2C DataTable[] datatables\2C Int32 startRecord\2C Int32 maxRecords\2C String srcTable\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables\2C Int32 startRecord\2C Int32 maxRecords\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)\0D\0A   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 107','BatchViewer',100,F
10,638621944058700000,'3','1.2.24.1','System.Data.SqlClient.SqlException','A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces\2C error: 26 - Error Locating Server/Instance Specified)','   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity\2C SqlConnectionString connectionOptions\2C SqlCredential credential\2C Object providerInfo\2C String newPassword\2C SecureString newSecurePassword\2C Boolean redirectedUserInstance\2C SqlConnectionString userConnectionOptions\2C SessionData reconnectSessionData\2C DbConnectionPool pool\2C String accessToken\2C Boolean applyTransientFaultHandling\2C SqlAuthenticationProviderManager sqlAuthProviderManager)\0D\0A   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C Object poolGroupProviderInfo\2C DbConnectionPool pool\2C DbConnection owningConnection\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool\2C DbConnection owningObject\2C DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.ReplaceConnection(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection\2C DbConnectionInternal& connection)\0D\0A   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection\2C DbConnectionFactory connectionFactory\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()','BatchViewer',100,F
11,638626837999070000,'3','1.2.24.1','System.ObjectDisposedException','Cannot access a disposed object.\0D\0AObject name: 'ProgressBar'.','   at System.Windows.Forms.Control.MarshaledInvoke(Control caller\2C Delegate method\2C Object[] args\2C Boolean synchronous)\0D\0A   at System.Windows.Forms.Control.Invoke(Delegate method\2C Object[] args)\0D\0A   at ProjectDonut.DailySteps.TaxLookupLooperUpdate(PatientTaskStatus status) in D:\5CSource Code\5CGit\5CTax\5CDailySteps.cs:line 98\0D\0A   at ProjectDonut.DailySteps.TaxLookupLooper.KeepCheckingForProgress() in D:\5CSource Code\5CGit\5CTax\5CDailySteps.cs:line 667\0D\0A   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext\2C ContextCallback callback\2C Object state\2C Boolean preserveSyncCtx)\0D\0A   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext\2C ContextCallback callback\2C Object state\2C Boolean preserveSyncCtx)\0D\0A   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext\2C ContextCallback callback\2C Object state)\0D\0A   at System.Threading.ThreadHelper.ThreadStart()','MainScreen',100,T
12,638626842352470000,'3','1.2.24.1','System.IO.IOException','The process cannot access the file '\5C\5Cecs-fileserver\5Cusers$\5Chansend\5CDesktop\5CEldred School 2024 Tax Collector.xlsx' because it is being used by another process.','   at System.IO.__Error.WinIOError(Int32 errorCode\2C String maybeFullPath)\0D\0A   at System.IO.FileStream.Init(String path\2C FileMode mode\2C FileAccess access\2C Int32 rights\2C Boolean useRights\2C FileShare share\2C Int32 bufferSize\2C FileOptions options\2C SECURITY_ATTRIBUTES secAttrs\2C String msgPath\2C Boolean bFromProxy\2C Boolean useLongPath\2C Boolean checkHost)\0D\0A   at System.IO.FileStream..ctor(String path\2C FileMode mode\2C FileAccess access\2C FileShare share\2C Int32 bufferSize\2C FileOptions options\2C String msgPath\2C Boolean bFromProxy\2C Boolean useLongPath\2C Boolean checkHost)\0D\0A   at System.IO.StreamReader..ctor(String path\2C Encoding encoding\2C Boolean detectEncodingFromByteOrderMarks\2C Int32 bufferSize\2C Boolean checkHost)\0D\0A   at System.IO.StreamReader..ctor(String path\2C Encoding encoding)\0D\0A   at ProjectDonut.ImportExport.AbstractBatchImporter.ImportFromFile() in D:\5CSource Code\5CGit\5CTax\5CImportExport\5CAbstractBatchImporter.cs:line 39\0D\0A   at ProjectDonut.ImportExport.BatchImportControl.btnSelectFile_Click(Object sender\2C EventArgs e) in D:\5CSource Code\5CGit\5CTax\5CImportExport\5CBatchImportControl.cs:line 145\0D\0A   at System.Windows.Forms.Control.OnClick(EventArgs e)\0D\0A   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)\0D\0A   at System.Windows.Forms.Control.WmMouseUp(Message& m\2C MouseButtons button\2C Int32 clicks)\0D\0A   at System.Windows.Forms.Control.WndProc(Message& m)\0D\0A   at System.Windows.Forms.ButtonBase.WndProc(Message& m)\0D\0A   at System.Windows.Forms.Button.WndProc(Message& m)\0D\0A   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd\2C Int32 msg\2C IntPtr wparam\2C IntPtr lparam)','Escrow',100,T
13,638626845333800000,'3','1.2.24.1','System.IO.IOException','The process cannot access the file '\5C\5Cecs-fileserver\5Cusers$\5Chansend\5CDesktop\5CEldred School 2024 Tax Collector.xlsx' because it is being used by another process.','   at System.IO.__Error.WinIOError(Int32 errorCode\2C String maybeFullPath)\0D\0A   at System.IO.FileStream.Init(String path\2C FileMode mode\2C FileAccess access\2C Int32 rights\2C Boolean useRights\2C FileShare share\2C Int32 bufferSize\2C FileOptions options\2C SECURITY_ATTRIBUTES secAttrs\2C String msgPath\2C Boolean bFromProxy\2C Boolean useLongPath\2C Boolean checkHost)\0D\0A   at System.IO.FileStream..ctor(String path\2C FileMode mode\2C FileAccess access\2C FileShare share\2C Int32 bufferSize\2C FileOptions options\2C String msgPath\2C Boolean bFromProxy\2C Boolean useLongPath\2C Boolean checkHost)\0D\0A   at System.IO.StreamReader..ctor(String path\2C Encoding encoding\2C Boolean detectEncodingFromByteOrderMarks\2C Int32 bufferSize\2C Boolean checkHost)\0D\0A   at System.IO.StreamReader..ctor(String path\2C Encoding encoding)\0D\0A   at ProjectDonut.ImportExport.AbstractBatchImporter.ImportFromFile() in D:\5CSource Code\5CGit\5CTax\5CImportExport\5CAbstractBatchImporter.cs:line 39\0D\0A   at ProjectDonut.ImportExport.BatchImportControl.btnSelectFile_Click(Object sender\2C EventArgs e) in D:\5CSource Code\5CGit\5CTax\5CImportExport\5CBatchImportControl.cs:line 145\0D\0A   at System.Windows.Forms.Control.OnClick(EventArgs e)\0D\0A   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)\0D\0A   at System.Windows.Forms.Control.WmMouseUp(Message& m\2C MouseButtons button\2C Int32 clicks)\0D\0A   at System.Windows.Forms.Control.WndProc(Message& m)\0D\0A   at System.Windows.Forms.ButtonBase.WndProc(Message& m)\0D\0A   at System.Windows.Forms.Button.WndProc(Message& m)\0D\0A   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd\2C Int32 msg\2C IntPtr wparam\2C IntPtr lparam)','Escrow',100,T
14,638629378607530000,'3','1.2.24.1','TaxLib.DB.DBQueryFailedException','An attempt to query the database failed: The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.\0D\0ASQL Query = "SELECT object_name(ps.object_id) AS [TableName]\2C\0D\0A                ps.index_id\2C b.name\2C\0D\0A                ps.avg_fragmentation_in_percent\0D\0A                FROM sys.dm_db_index_physical_stats (DB_ID()\2C NULL\2C NULL\2C NULL\2C NULL) AS ps\0D\0A                INNER JOIN sys.indexes AS b ON ps.OBJECT_ID = b.OBJECT_ID\0D\0A                AND ps.index_id = b.index_id\0D\0A                WHERE ps.database_id = DB_ID() and b.name is not null and ps.avg_fragmentation_in_percent > 55 and ps.page_count > 100\0D\0A                ORDER BY ps.avg_fragmentation_in_percent desc".','   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 112\0D\0A   at TaxLib.Data.AdminClass.FragmentedIndexes() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CData\5CAdminClass.cs:line 55\0D\0A   at ProjectDonut.MainScreen.SetUpScreen() in D:\5CSource Code\5CGit\5CTax\5CMainScreen.cs:line 148\0D\0A   at ProjectDonut.MainScreen.<btnFastPayments_Click>b__21_0(Object sender2\2C FormClosedEventArgs e2) in D:\5CSource Code\5CGit\5CTax\5CMainScreen.cs:line 322\0D\0A   at System.Windows.Forms.FormClosedEventHandler.Invoke(Object sender\2C FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.OnFormClosed(FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.WmClose(Message& m)\0D\0A   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd\2C Int32 msg\2C IntPtr wparam\2C IntPtr lparam)','FastPay',100,T
15,638629378728830000,'3','1.2.24.1','System.Data.SqlClient.SqlException','The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.','   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.AsyncHelper.WaitForCompletion(Task task\2C Int32 timeout\2C Action onTimeout\2C Boolean rethrowExceptions)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C Boolean async\2C Int32 timeout\2C Task& task\2C Boolean asyncWrite\2C Boolean inRetry\2C SqlDataReader ds\2C Boolean describeParameterEncryptionRequest)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method\2C TaskCompletionSource`1 completion\2C Int32 timeout\2C Task& task\2C Boolean& usedCache\2C Boolean asyncWrite\2C Boolean inRetry)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method)\0D\0A   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior\2C String method)\0D\0A   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset\2C DataTable[] datatables\2C Int32 startRecord\2C Int32 maxRecords\2C String srcTable\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables\2C Int32 startRecord\2C Int32 maxRecords\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)\0D\0A   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 107','FastPay',100,F
16,638629378729470000,'3','1.2.24.1','System.Data.SqlClient.SqlException','A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces\2C error: 26 - Error Locating Server/Instance Specified)','   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity\2C SqlConnectionString connectionOptions\2C SqlCredential credential\2C Object providerInfo\2C String newPassword\2C SecureString newSecurePassword\2C Boolean redirectedUserInstance\2C SqlConnectionString userConnectionOptions\2C SessionData reconnectSessionData\2C DbConnectionPool pool\2C String accessToken\2C Boolean applyTransientFaultHandling\2C SqlAuthenticationProviderManager sqlAuthProviderManager)\0D\0A   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C Object poolGroupProviderInfo\2C DbConnectionPool pool\2C DbConnection owningConnection\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool\2C DbConnection owningObject\2C DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.ReplaceConnection(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection\2C DbConnectionInternal& connection)\0D\0A   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection\2C DbConnectionFactory connectionFactory\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()','FastPay',100,F
17,638630239281670000,'3','1.2.24.1','System.InvalidOperationException','Invoke or BeginInvoke cannot be called on a control until the window handle has been created.','   at System.Windows.Forms.Control.MarshaledInvoke(Control caller\2C Delegate method\2C Object[] args\2C Boolean synchronous)\0D\0A   at System.Windows.Forms.Control.BeginInvoke(Delegate method\2C Object[] args)\0D\0A   at ProjectDonut.TaskHelper.ThreadTask_Completed(Object sender\2C EventArgs e) in D:\5CSource Code\5CGit\5CTax\5CClasses\5CTaskHelper.cs:line 54\0D\0A   at TaxLib.Tasks.ThreadTask.ThreadMethod() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CTasks\5CThreadTask.cs:line 162\0D\0A   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext\2C ContextCallback callback\2C Object state\2C Boolean preserveSyncCtx)\0D\0A   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext\2C ContextCallback callback\2C Object state\2C Boolean preserveSyncCtx)\0D\0A   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext\2C ContextCallback callback\2C Object state)\0D\0A   at System.Threading.ThreadHelper.ThreadStart()','ReceiptsByBatchPrintingScreen',100,T
18,638630290181600000,'3','1.2.24.1','System.InvalidOperationException','Invoke or BeginInvoke cannot be called on a control until the window handle has been created.','   at System.Windows.Forms.Control.MarshaledInvoke(Control caller\2C Delegate method\2C Object[] args\2C Boolean synchronous)\0D\0A   at System.Windows.Forms.Control.BeginInvoke(Delegate method\2C Object[] args)\0D\0A   at ProjectDonut.TaskHelper.ThreadTask_Completed(Object sender\2C EventArgs e) in D:\5CSource Code\5CGit\5CTax\5CClasses\5CTaskHelper.cs:line 54\0D\0A   at TaxLib.Tasks.ThreadTask.ThreadMethod() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CTasks\5CThreadTask.cs:line 162\0D\0A   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext\2C ContextCallback callback\2C Object state\2C Boolean preserveSyncCtx)\0D\0A   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext\2C ContextCallback callback\2C Object state\2C Boolean preserveSyncCtx)\0D\0A   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext\2C ContextCallback callback\2C Object state)\0D\0A   at System.Threading.ThreadHelper.ThreadStart()','SearchParcel',100,T
19,638630385240430000,'3','1.2.24.1','System.ObjectDisposedException','Cannot access a disposed object.\0D\0AObject name: 'ProgressBar'.','   at System.Windows.Forms.Control.MarshaledInvoke(Control caller\2C Delegate method\2C Object[] args\2C Boolean synchronous)\0D\0A   at System.Windows.Forms.Control.Invoke(Delegate method\2C Object[] args)\0D\0A   at ProjectDonut.DailySteps.TaxLookupLooperUpdate(PatientTaskStatus status) in D:\5CSource Code\5CGit\5CTax\5CDailySteps.cs:line 98\0D\0A   at ProjectDonut.DailySteps.TaxLookupLooper.KeepCheckingForProgress() in D:\5CSource Code\5CGit\5CTax\5CDailySteps.cs:line 667\0D\0A   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext\2C ContextCallback callback\2C Object state\2C Boolean preserveSyncCtx)\0D\0A   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext\2C ContextCallback callback\2C Object state\2C Boolean preserveSyncCtx)\0D\0A   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext\2C ContextCallback callback\2C Object state)\0D\0A   at System.Threading.ThreadHelper.ThreadStart()','MainScreen',100,T
20,638633751309730000,'3','1.2.24.1','TaxLib.DB.DBQueryFailedException','An attempt to query the database failed: The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.\0D\0ASQL Query = "SELECT object_name(ps.object_id) AS [TableName]\2C\0D\0A                ps.index_id\2C b.name\2C\0D\0A                ps.avg_fragmentation_in_percent\0D\0A                FROM sys.dm_db_index_physical_stats (DB_ID()\2C NULL\2C NULL\2C NULL\2C NULL) AS ps\0D\0A                INNER JOIN sys.indexes AS b ON ps.OBJECT_ID = b.OBJECT_ID\0D\0A                AND ps.index_id = b.index_id\0D\0A                WHERE ps.database_id = DB_ID() and b.name is not null and ps.avg_fragmentation_in_percent > 55 and ps.page_count > 100\0D\0A                ORDER BY ps.avg_fragmentation_in_percent desc".','   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 112\0D\0A   at TaxLib.Data.AdminClass.FragmentedIndexes() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CData\5CAdminClass.cs:line 55\0D\0A   at ProjectDonut.MainScreen.SetUpScreen() in D:\5CSource Code\5CGit\5CTax\5CMainScreen.cs:line 148\0D\0A   at ProjectDonut.MainScreen.<btnStandardPayments_Click>b__22_0(Object sender2\2C FormClosedEventArgs e2) in D:\5CSource Code\5CGit\5CTax\5CMainScreen.cs:line 330\0D\0A   at System.Windows.Forms.FormClosedEventHandler.Invoke(Object sender\2C FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.OnFormClosed(FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.WmClose(Message& m)\0D\0A   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd\2C Int32 msg\2C IntPtr wparam\2C IntPtr lparam)','SearchParcel',100,T
21,638633751373700000,'3','1.2.24.1','System.Data.SqlClient.SqlException','The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.','   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.AsyncHelper.WaitForCompletion(Task task\2C Int32 timeout\2C Action onTimeout\2C Boolean rethrowExceptions)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C Boolean async\2C Int32 timeout\2C Task& task\2C Boolean asyncWrite\2C Boolean inRetry\2C SqlDataReader ds\2C Boolean describeParameterEncryptionRequest)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method\2C TaskCompletionSource`1 completion\2C Int32 timeout\2C Task& task\2C Boolean& usedCache\2C Boolean asyncWrite\2C Boolean inRetry)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method)\0D\0A   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior\2C String method)\0D\0A   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset\2C DataTable[] datatables\2C Int32 startRecord\2C Int32 maxRecords\2C String srcTable\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables\2C Int32 startRecord\2C Int32 maxRecords\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)\0D\0A   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 107','SearchParcel',100,F
22,638633751374170000,'3','1.2.24.1','System.Data.SqlClient.SqlException','A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces\2C error: 26 - Error Locating Server/Instance Specified)','   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity\2C SqlConnectionString connectionOptions\2C SqlCredential credential\2C Object providerInfo\2C String newPassword\2C SecureString newSecurePassword\2C Boolean redirectedUserInstance\2C SqlConnectionString userConnectionOptions\2C SessionData reconnectSessionData\2C DbConnectionPool pool\2C String accessToken\2C Boolean applyTransientFaultHandling\2C SqlAuthenticationProviderManager sqlAuthProviderManager)\0D\0A   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C Object poolGroupProviderInfo\2C DbConnectionPool pool\2C DbConnection owningConnection\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool\2C DbConnection owningObject\2C DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.ReplaceConnection(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection\2C DbConnectionInternal& connection)\0D\0A   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection\2C DbConnectionFactory connectionFactory\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()','SearchParcel',100,F
23,638633837318100000,'3','1.2.24.1','System.InvalidOperationException','Invoke or BeginInvoke cannot be called on a control until the window handle has been created.','   at System.Windows.Forms.Control.MarshaledInvoke(Control caller\2C Delegate method\2C Object[] args\2C Boolean synchronous)\0D\0A   at System.Windows.Forms.Control.BeginInvoke(Delegate method\2C Object[] args)\0D\0A   at ProjectDonut.TaskHelper.ThreadTask_Completed(Object sender\2C EventArgs e) in D:\5CSource Code\5CGit\5CTax\5CClasses\5CTaskHelper.cs:line 54\0D\0A   at TaxLib.Tasks.ThreadTask.ThreadMethod() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CTasks\5CThreadTask.cs:line 162\0D\0A   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext\2C ContextCallback callback\2C Object state\2C Boolean preserveSyncCtx)\0D\0A   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext\2C ContextCallback callback\2C Object state\2C Boolean preserveSyncCtx)\0D\0A   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext\2C ContextCallback callback\2C Object state)\0D\0A   at System.Threading.ThreadHelper.ThreadStart()','SearchParcel',100,T
24,638634842744170000,'3','1.2.24.18','TaxLib.DB.DBQueryFailedException','An attempt to query the database failed: The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.\0D\0ASQL Query = "SELECT object_name(ps.object_id) AS [TableName]\2C\0D\0A                ps.index_id\2C b.name\2C\0D\0A                ps.avg_fragmentation_in_percent\0D\0A                FROM sys.dm_db_index_physical_stats (DB_ID()\2C NULL\2C NULL\2C NULL\2C NULL) AS ps\0D\0A                INNER JOIN sys.indexes AS b ON ps.OBJECT_ID = b.OBJECT_ID\0D\0A                AND ps.index_id = b.index_id\0D\0A                WHERE ps.database_id = DB_ID() and b.name is not null and ps.avg_fragmentation_in_percent > 55 and ps.page_count > 100\0D\0A                ORDER BY ps.avg_fragmentation_in_percent desc".','   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 112\0D\0A   at TaxLib.Data.AdminClass.FragmentedIndexes() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CData\5CAdminClass.cs:line 55\0D\0A   at ProjectDonut.MainScreen.SetUpScreen() in D:\5CSource Code\5CGit\5CTax\5CMainScreen.cs:line 151\0D\0A   at ProjectDonut.MainScreen.<btnStandardPayments_Click>b__22_0(Object sender2\2C FormClosedEventArgs e2) in D:\5CSource Code\5CGit\5CTax\5CMainScreen.cs:line 343\0D\0A   at System.Windows.Forms.FormClosedEventHandler.Invoke(Object sender\2C FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.OnFormClosed(FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.WmClose(Message& m)\0D\0A   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd\2C Int32 msg\2C IntPtr wparam\2C IntPtr lparam)','SearchParcel',100,T
25,638634842833470000,'3','1.2.24.18','System.Data.SqlClient.SqlException','The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.','   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.AsyncHelper.WaitForCompletion(Task task\2C Int32 timeout\2C Action onTimeout\2C Boolean rethrowExceptions)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C Boolean async\2C Int32 timeout\2C Task& task\2C Boolean asyncWrite\2C Boolean inRetry\2C SqlDataReader ds\2C Boolean describeParameterEncryptionRequest)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method\2C TaskCompletionSource`1 completion\2C Int32 timeout\2C Task& task\2C Boolean& usedCache\2C Boolean asyncWrite\2C Boolean inRetry)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method)\0D\0A   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior\2C String method)\0D\0A   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset\2C DataTable[] datatables\2C Int32 startRecord\2C Int32 maxRecords\2C String srcTable\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables\2C Int32 startRecord\2C Int32 maxRecords\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)\0D\0A   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 107','SearchParcel',100,F
26,638634842833930000,'3','1.2.24.18','System.Data.SqlClient.SqlException','A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces\2C error: 26 - Error Locating Server/Instance Specified)','   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity\2C SqlConnectionString connectionOptions\2C SqlCredential credential\2C Object providerInfo\2C String newPassword\2C SecureString newSecurePassword\2C Boolean redirectedUserInstance\2C SqlConnectionString userConnectionOptions\2C SessionData reconnectSessionData\2C DbConnectionPool pool\2C String accessToken\2C Boolean applyTransientFaultHandling\2C SqlAuthenticationProviderManager sqlAuthProviderManager)\0D\0A   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C Object poolGroupProviderInfo\2C DbConnectionPool pool\2C DbConnection owningConnection\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool\2C DbConnection owningObject\2C DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.ReplaceConnection(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection\2C DbConnectionInternal& connection)\0D\0A   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection\2C DbConnectionFactory connectionFactory\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()','SearchParcel',100,F
27,638635596543770000,'3','1.2.24.18','System.ObjectDisposedException','Cannot access a disposed object.\0D\0AObject name: 'ProgressBar'.','   at System.Windows.Forms.Control.MarshaledInvoke(Control caller\2C Delegate method\2C Object[] args\2C Boolean synchronous)\0D\0A   at System.Windows.Forms.Control.Invoke(Delegate method\2C Object[] args)\0D\0A   at ProjectDonut.DailySteps.TaxLookupLooperUpdate(PatientTaskStatus status) in D:\5CSource Code\5CGit\5CTax\5CDailySteps.cs:line 99\0D\0A   at ProjectDonut.DailySteps.TaxLookupLooper.KeepCheckingForProgress() in D:\5CSource Code\5CGit\5CTax\5CDailySteps.cs:line 668\0D\0A   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext\2C ContextCallback callback\2C Object state\2C Boolean preserveSyncCtx)\0D\0A   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext\2C ContextCallback callback\2C Object state\2C Boolean preserveSyncCtx)\0D\0A   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext\2C ContextCallback callback\2C Object state)\0D\0A   at System.Threading.ThreadHelper.ThreadStart()','MainScreen',100,T
28,638635726033730000,'3','1.2.24.18','TaxLib.DB.DBQueryFailedException','An attempt to query the database failed: The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.\0D\0ASQL Query = "SELECT object_name(ps.object_id) AS [TableName]\2C\0D\0A                ps.index_id\2C b.name\2C\0D\0A                ps.avg_fragmentation_in_percent\0D\0A                FROM sys.dm_db_index_physical_stats (DB_ID()\2C NULL\2C NULL\2C NULL\2C NULL) AS ps\0D\0A                INNER JOIN sys.indexes AS b ON ps.OBJECT_ID = b.OBJECT_ID\0D\0A                AND ps.index_id = b.index_id\0D\0A                WHERE ps.database_id = DB_ID() and b.name is not null and ps.avg_fragmentation_in_percent > 55 and ps.page_count > 100\0D\0A                ORDER BY ps.avg_fragmentation_in_percent desc".','   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 112\0D\0A   at TaxLib.Data.AdminClass.FragmentedIndexes() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CData\5CAdminClass.cs:line 55\0D\0A   at ProjectDonut.MainScreen.SetUpScreen() in D:\5CSource Code\5CGit\5CTax\5CMainScreen.cs:line 151\0D\0A   at ProjectDonut.MainScreen.<btnStandardPayments_Click>b__22_0(Object sender2\2C FormClosedEventArgs e2) in D:\5CSource Code\5CGit\5CTax\5CMainScreen.cs:line 343\0D\0A   at System.Windows.Forms.FormClosedEventHandler.Invoke(Object sender\2C FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.OnFormClosed(FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.WmClose(Message& m)\0D\0A   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd\2C Int32 msg\2C IntPtr wparam\2C IntPtr lparam)','SearchParcel',100,T
29,638635726114830000,'3','1.2.24.18','System.Data.SqlClient.SqlException','The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.','   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.AsyncHelper.WaitForCompletion(Task task\2C Int32 timeout\2C Action onTimeout\2C Boolean rethrowExceptions)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C Boolean async\2C Int32 timeout\2C Task& task\2C Boolean asyncWrite\2C Boolean inRetry\2C SqlDataReader ds\2C Boolean describeParameterEncryptionRequest)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method\2C TaskCompletionSource`1 completion\2C Int32 timeout\2C Task& task\2C Boolean& usedCache\2C Boolean asyncWrite\2C Boolean inRetry)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method)\0D\0A   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior\2C String method)\0D\0A   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset\2C DataTable[] datatables\2C Int32 startRecord\2C Int32 maxRecords\2C String srcTable\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables\2C Int32 startRecord\2C Int32 maxRecords\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)\0D\0A   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 107','SearchParcel',100,F
30,638635726115130000,'3','1.2.24.18','System.Data.SqlClient.SqlException','A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces\2C error: 26 - Error Locating Server/Instance Specified)','   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity\2C SqlConnectionString connectionOptions\2C SqlCredential credential\2C Object providerInfo\2C String newPassword\2C SecureString newSecurePassword\2C Boolean redirectedUserInstance\2C SqlConnectionString userConnectionOptions\2C SessionData reconnectSessionData\2C DbConnectionPool pool\2C String accessToken\2C Boolean applyTransientFaultHandling\2C SqlAuthenticationProviderManager sqlAuthProviderManager)\0D\0A   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C Object poolGroupProviderInfo\2C DbConnectionPool pool\2C DbConnection owningConnection\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool\2C DbConnection owningObject\2C DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.ReplaceConnection(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection\2C DbConnectionInternal& connection)\0D\0A   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection\2C DbConnectionFactory connectionFactory\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()','SearchParcel',100,F
31,638636542281630000,'3','1.2.24.18','TaxLib.DB.DBQueryFailedException','An attempt to query the database failed: The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.\0D\0ASQL Query = "SELECT object_name(ps.object_id) AS [TableName]\2C\0D\0A                ps.index_id\2C b.name\2C\0D\0A                ps.avg_fragmentation_in_percent\0D\0A                FROM sys.dm_db_index_physical_stats (DB_ID()\2C NULL\2C NULL\2C NULL\2C NULL) AS ps\0D\0A                INNER JOIN sys.indexes AS b ON ps.OBJECT_ID = b.OBJECT_ID\0D\0A                AND ps.index_id = b.index_id\0D\0A                WHERE ps.database_id = DB_ID() and b.name is not null and ps.avg_fragmentation_in_percent > 55 and ps.page_count > 100\0D\0A                ORDER BY ps.avg_fragmentation_in_percent desc".','   at TaxLib.DB.DBQuery.Query()\0D\0A   at TaxLib.Data.AdminClass.FragmentedIndexes()\0D\0A   at ProjectDonut.MainScreen.SetUpScreen() in D:\5CSource Code\5CGit\5CTax\5CMainScreen.cs:line 151\0D\0A   at ProjectDonut.MainScreen.<btnStandardPayments_Click>b__22_0(Object sender2\2C FormClosedEventArgs e2) in D:\5CSource Code\5CGit\5CTax\5CMainScreen.cs:line 343\0D\0A   at System.Windows.Forms.FormClosedEventHandler.Invoke(Object sender\2C FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.OnFormClosed(FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.WmClose(Message& m)\0D\0A   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd\2C Int32 msg\2C IntPtr wparam\2C IntPtr lparam)','SearchParcel',100,T
32,638636542409230000,'3','1.2.24.18','System.Data.SqlClient.SqlException','The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.','   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.AsyncHelper.WaitForCompletion(Task task\2C Int32 timeout\2C Action onTimeout\2C Boolean rethrowExceptions)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C Boolean async\2C Int32 timeout\2C Task& task\2C Boolean asyncWrite\2C Boolean inRetry\2C SqlDataReader ds\2C Boolean describeParameterEncryptionRequest)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method\2C TaskCompletionSource`1 completion\2C Int32 timeout\2C Task& task\2C Boolean& usedCache\2C Boolean asyncWrite\2C Boolean inRetry)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method)\0D\0A   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior\2C String method)\0D\0A   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset\2C DataTable[] datatables\2C Int32 startRecord\2C Int32 maxRecords\2C String srcTable\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables\2C Int32 startRecord\2C Int32 maxRecords\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)\0D\0A   at TaxLib.DB.DBQuery.Query()','SearchParcel',100,F
33,638636542409570000,'3','1.2.24.18','System.Data.SqlClient.SqlException','A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces\2C error: 26 - Error Locating Server/Instance Specified)','   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity\2C SqlConnectionString connectionOptions\2C SqlCredential credential\2C Object providerInfo\2C String newPassword\2C SecureString newSecurePassword\2C Boolean redirectedUserInstance\2C SqlConnectionString userConnectionOptions\2C SessionData reconnectSessionData\2C DbConnectionPool pool\2C String accessToken\2C Boolean applyTransientFaultHandling\2C SqlAuthenticationProviderManager sqlAuthProviderManager)\0D\0A   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C Object poolGroupProviderInfo\2C DbConnectionPool pool\2C DbConnection owningConnection\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool\2C DbConnection owningObject\2C DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.ReplaceConnection(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection\2C DbConnectionInternal& connection)\0D\0A   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection\2C DbConnectionFactory connectionFactory\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()','SearchParcel',100,F
34,638637226336130000,'3','1.2.24.18','TaxLib.DB.DBQueryFailedException','An attempt to query the database failed: The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.\0D\0ASQL Query = "SELECT object_name(ps.object_id) AS [TableName]\2C\0D\0A                ps.index_id\2C b.name\2C\0D\0A                ps.avg_fragmentation_in_percent\0D\0A                FROM sys.dm_db_index_physical_stats (DB_ID()\2C NULL\2C NULL\2C NULL\2C NULL) AS ps\0D\0A                INNER JOIN sys.indexes AS b ON ps.OBJECT_ID = b.OBJECT_ID\0D\0A                AND ps.index_id = b.index_id\0D\0A                WHERE ps.database_id = DB_ID() and b.name is not null and ps.avg_fragmentation_in_percent > 55 and ps.page_count > 100\0D\0A                ORDER BY ps.avg_fragmentation_in_percent desc".','   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 112\0D\0A   at TaxLib.Data.AdminClass.FragmentedIndexes() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CData\5CAdminClass.cs:line 55\0D\0A   at ProjectDonut.MainScreen.SetUpScreen() in D:\5CSource Code\5CGit\5CTax\5CMainScreen.cs:line 151\0D\0A   at ProjectDonut.MainScreen.<btnStandardPayments_Click>b__22_0(Object sender2\2C FormClosedEventArgs e2) in D:\5CSource Code\5CGit\5CTax\5CMainScreen.cs:line 343\0D\0A   at System.Windows.Forms.FormClosedEventHandler.Invoke(Object sender\2C FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.OnFormClosed(FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.WmClose(Message& m)\0D\0A   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd\2C Int32 msg\2C IntPtr wparam\2C IntPtr lparam)','SearchParcel',100,T
35,638637226427070000,'3','1.2.24.18','System.Data.SqlClient.SqlException','The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.','   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.AsyncHelper.WaitForCompletion(Task task\2C Int32 timeout\2C Action onTimeout\2C Boolean rethrowExceptions)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C Boolean async\2C Int32 timeout\2C Task& task\2C Boolean asyncWrite\2C Boolean inRetry\2C SqlDataReader ds\2C Boolean describeParameterEncryptionRequest)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method\2C TaskCompletionSource`1 completion\2C Int32 timeout\2C Task& task\2C Boolean& usedCache\2C Boolean asyncWrite\2C Boolean inRetry)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method)\0D\0A   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior\2C String method)\0D\0A   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset\2C DataTable[] datatables\2C Int32 startRecord\2C Int32 maxRecords\2C String srcTable\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables\2C Int32 startRecord\2C Int32 maxRecords\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)\0D\0A   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 107','SearchParcel',100,F
36,638637226427530000,'3','1.2.24.18','System.Data.SqlClient.SqlException','A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces\2C error: 26 - Error Locating Server/Instance Specified)','   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity\2C SqlConnectionString connectionOptions\2C SqlCredential credential\2C Object providerInfo\2C String newPassword\2C SecureString newSecurePassword\2C Boolean redirectedUserInstance\2C SqlConnectionString userConnectionOptions\2C SessionData reconnectSessionData\2C DbConnectionPool pool\2C String accessToken\2C Boolean applyTransientFaultHandling\2C SqlAuthenticationProviderManager sqlAuthProviderManager)\0D\0A   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C Object poolGroupProviderInfo\2C DbConnectionPool pool\2C DbConnection owningConnection\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool\2C DbConnection owningObject\2C DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.ReplaceConnection(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection\2C DbConnectionInternal& connection)\0D\0A   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection\2C DbConnectionFactory connectionFactory\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()','SearchParcel',100,F
37,638637254634200000,'3','1.2.24.18','System.ObjectDisposedException','Cannot access a disposed object.\0D\0AObject name: 'ProgressBar'.','   at System.Windows.Forms.Control.CreateHandle()\0D\0A   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)\0D\0A   at System.Windows.Forms.Control.CreateControl()\0D\0A   at ProjectDonut.TaskHelper.ThreadTask_Completed(Object sender\2C EventArgs e) in D:\5CSource Code\5CGit\5CTax\5CClasses\5CTaskHelper.cs:line 58\0D\0A   at TaxLib.Tasks.ThreadTask.ThreadMethod() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CTasks\5CThreadTask.cs:line 162\0D\0A   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext\2C ContextCallback callback\2C Object state\2C Boolean preserveSyncCtx)\0D\0A   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext\2C ContextCallback callback\2C Object state\2C Boolean preserveSyncCtx)\0D\0A   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext\2C ContextCallback callback\2C Object state)\0D\0A   at System.Threading.ThreadHelper.ThreadStart()','SearchParcel',100,T
38,638638846947600000,'3','1.2.24.18','TaxLib.DB.DBQueryFailedException','An attempt to query the database failed: The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.\0D\0ASQL Query = "select TOP(1) paidWhere from DetailedTransactions where collectionid = @CollectionId and batchNumber = @BatchNumber".','   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 112\0D\0A   at TaxLib.DB.DBQuery.QuerySingleObjectField() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 331\0D\0A   at TaxLib.DB.DBQuery.QuerySingleField() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 315\0D\0A   at TaxLib.Data.AdminClass.PaidWhereForBatch(Int32 iBatchNumber) in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CData\5CAdminClass.cs:line 990\0D\0A   at ProjectDonut.SearchParcel.SetupScreen() in D:\5CSource Code\5CGit\5CTax\5CSearchParcel.cs:line 51\0D\0A   at ProjectDonut.SearchParcel.<OpenResult>b__14_0(Object sender\2C FormClosedEventArgs e) in D:\5CSource Code\5CGit\5CTax\5CSearchParcel.cs:line 229\0D\0A   at System.Windows.Forms.FormClosedEventHandler.Invoke(Object sender\2C FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.OnFormClosed(FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.WmClose(Message& m)\0D\0A   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd\2C Int32 msg\2C IntPtr wparam\2C IntPtr lparam)','Parceldata',100,T
39,638638847051930000,'3','1.2.24.18','System.Data.SqlClient.SqlException','The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.','   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.AsyncHelper.WaitForCompletion(Task task\2C Int32 timeout\2C Action onTimeout\2C Boolean rethrowExceptions)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C Boolean async\2C Int32 timeout\2C Task& task\2C Boolean asyncWrite\2C Boolean inRetry\2C SqlDataReader ds\2C Boolean describeParameterEncryptionRequest)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method\2C TaskCompletionSource`1 completion\2C Int32 timeout\2C Task& task\2C Boolean& usedCache\2C Boolean asyncWrite\2C Boolean inRetry)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method)\0D\0A   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior\2C String method)\0D\0A   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset\2C DataTable[] datatables\2C Int32 startRecord\2C Int32 maxRecords\2C String srcTable\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables\2C Int32 startRecord\2C Int32 maxRecords\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)\0D\0A   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 107','Parceldata',100,F
40,638638847052270000,'3','1.2.24.18','System.Data.SqlClient.SqlException','A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces\2C error: 26 - Error Locating Server/Instance Specified)','   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity\2C SqlConnectionString connectionOptions\2C SqlCredential credential\2C Object providerInfo\2C String newPassword\2C SecureString newSecurePassword\2C Boolean redirectedUserInstance\2C SqlConnectionString userConnectionOptions\2C SessionData reconnectSessionData\2C DbConnectionPool pool\2C String accessToken\2C Boolean applyTransientFaultHandling\2C SqlAuthenticationProviderManager sqlAuthProviderManager)\0D\0A   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C Object poolGroupProviderInfo\2C DbConnectionPool pool\2C DbConnection owningConnection\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool\2C DbConnection owningObject\2C DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.ReplaceConnection(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection\2C DbConnectionInternal& connection)\0D\0A   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection\2C DbConnectionFactory connectionFactory\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()','Parceldata',100,F
41,638638950342800000,'3','1.2.24.18','System.ObjectDisposedException','Cannot access a disposed object.\0D\0AObject name: 'ProgressBar'.','   at System.Windows.Forms.Control.CreateHandle()\0D\0A   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)\0D\0A   at System.Windows.Forms.Control.CreateControl()\0D\0A   at ProjectDonut.TaskHelper.ThreadTask_Completed(Object sender\2C EventArgs e) in D:\5CSource Code\5CGit\5CTax\5CClasses\5CTaskHelper.cs:line 58\0D\0A   at TaxLib.Tasks.ThreadTask.ThreadMethod() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CTasks\5CThreadTask.cs:line 162\0D\0A   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext\2C ContextCallback callback\2C Object state\2C Boolean preserveSyncCtx)\0D\0A   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext\2C ContextCallback callback\2C Object state\2C Boolean preserveSyncCtx)\0D\0A   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext\2C ContextCallback callback\2C Object state)\0D\0A   at System.Threading.ThreadHelper.ThreadStart()','ReceiptViewer',100,T
42,638639792264700000,'3','1.2.24.18','System.ObjectDisposedException','Cannot access a disposed object.\0D\0AObject name: 'ProgressBar'.','   at System.Windows.Forms.Control.CreateHandle()\0D\0A   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)\0D\0A   at System.Windows.Forms.Control.CreateControl()\0D\0A   at ProjectDonut.TaskHelper.ThreadTask_Completed(Object sender\2C EventArgs e) in D:\5CSource Code\5CGit\5CTax\5CClasses\5CTaskHelper.cs:line 58\0D\0A   at TaxLib.Tasks.ThreadTask.ThreadMethod() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CTasks\5CThreadTask.cs:line 162\0D\0A   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext\2C ContextCallback callback\2C Object state\2C Boolean preserveSyncCtx)\0D\0A   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext\2C ContextCallback callback\2C Object state\2C Boolean preserveSyncCtx)\0D\0A   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext\2C ContextCallback callback\2C Object state)\0D\0A   at System.Threading.ThreadHelper.ThreadStart()','SearchParcel',100,T
43,638639896282500000,'3','1.2.24.18','TaxLib.DB.DBQueryFailedException','An attempt to query the database failed: The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.\0D\0ASQL Query = "SELECT object_name(ps.object_id) AS [TableName]\2C\0D\0A                ps.index_id\2C b.name\2C\0D\0A                ps.avg_fragmentation_in_percent\0D\0A                FROM sys.dm_db_index_physical_stats (DB_ID()\2C NULL\2C NULL\2C NULL\2C NULL) AS ps\0D\0A                INNER JOIN sys.indexes AS b ON ps.OBJECT_ID = b.OBJECT_ID\0D\0A                AND ps.index_id = b.index_id\0D\0A                WHERE ps.database_id = DB_ID() and b.name is not null and ps.avg_fragmentation_in_percent > 55 and ps.page_count > 100\0D\0A                ORDER BY ps.avg_fragmentation_in_percent desc".','   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 112\0D\0A   at TaxLib.Data.AdminClass.FragmentedIndexes() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CData\5CAdminClass.cs:line 55\0D\0A   at ProjectDonut.MainScreen.SetUpScreen() in D:\5CSource Code\5CGit\5CTax\5CMainScreen.cs:line 151\0D\0A   at ProjectDonut.MainScreen.<btnStandardPayments_Click>b__22_0(Object sender2\2C FormClosedEventArgs e2) in D:\5CSource Code\5CGit\5CTax\5CMainScreen.cs:line 343\0D\0A   at System.Windows.Forms.FormClosedEventHandler.Invoke(Object sender\2C FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.OnFormClosed(FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.WmClose(Message& m)\0D\0A   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd\2C Int32 msg\2C IntPtr wparam\2C IntPtr lparam)','SearchParcel',100,T
44,638639896398100000,'3','1.2.24.18','System.Data.SqlClient.SqlException','The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.','   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.AsyncHelper.WaitForCompletion(Task task\2C Int32 timeout\2C Action onTimeout\2C Boolean rethrowExceptions)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C Boolean async\2C Int32 timeout\2C Task& task\2C Boolean asyncWrite\2C Boolean inRetry\2C SqlDataReader ds\2C Boolean describeParameterEncryptionRequest)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method\2C TaskCompletionSource`1 completion\2C Int32 timeout\2C Task& task\2C Boolean& usedCache\2C Boolean asyncWrite\2C Boolean inRetry)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method)\0D\0A   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior\2C String method)\0D\0A   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset\2C DataTable[] datatables\2C Int32 startRecord\2C Int32 maxRecords\2C String srcTable\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables\2C Int32 startRecord\2C Int32 maxRecords\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)\0D\0A   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 107','SearchParcel',100,F
45,638639896398570000,'3','1.2.24.18','System.Data.SqlClient.SqlException','A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces\2C error: 26 - Error Locating Server/Instance Specified)','   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity\2C SqlConnectionString connectionOptions\2C SqlCredential credential\2C Object providerInfo\2C String newPassword\2C SecureString newSecurePassword\2C Boolean redirectedUserInstance\2C SqlConnectionString userConnectionOptions\2C SessionData reconnectSessionData\2C DbConnectionPool pool\2C String accessToken\2C Boolean applyTransientFaultHandling\2C SqlAuthenticationProviderManager sqlAuthProviderManager)\0D\0A   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C Object poolGroupProviderInfo\2C DbConnectionPool pool\2C DbConnection owningConnection\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool\2C DbConnection owningObject\2C DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.ReplaceConnection(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection\2C DbConnectionInternal& connection)\0D\0A   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection\2C DbConnectionFactory connectionFactory\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()','SearchParcel',100,F
46,638641473385530000,'3','1.2.24.18','TaxLib.DB.DBQueryFailedException','An attempt to query the database failed: The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.\0D\0ASQL Query = "SELECT batch_SK from Batches where batchNumber = @BatchNumber and collectionId = @CollectionId and deleted = 0".','   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 112\0D\0A   at TaxLib.DB.DBQuery.QuerySingleIntegerField() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 377\0D\0A   at TaxLib.Data.Batch.GetBatchByNumber(Int32 iBatchNumber) in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CData\5CBatch.cs:line 185\0D\0A   at TaxLib.Data.Transactions.GetShoppingCartData() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CData\5CTransactions.cs:line 1074\0D\0A   at ProjectDonut.ShoppingCart.SetupScreen() in D:\5CSource Code\5CGit\5CTax\5CShoppingCart.cs:line 177\0D\0A   at ProjectDonut.Post.BatchViewer_FormClosed(Object sender\2C FormClosedEventArgs e) in D:\5CSource Code\5CGit\5CTax\5Cpost.cs:line 215\0D\0A   at System.Windows.Forms.FormClosedEventHandler.Invoke(Object sender\2C FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.OnFormClosed(FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.WmClose(Message& m)\0D\0A   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd\2C Int32 msg\2C IntPtr wparam\2C IntPtr lparam)','BatchViewer',100,T
47,638641473527300000,'3','1.2.24.18','System.Data.SqlClient.SqlException','The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.','   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.AsyncHelper.WaitForCompletion(Task task\2C Int32 timeout\2C Action onTimeout\2C Boolean rethrowExceptions)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C Boolean async\2C Int32 timeout\2C Task& task\2C Boolean asyncWrite\2C Boolean inRetry\2C SqlDataReader ds\2C Boolean describeParameterEncryptionRequest)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method\2C TaskCompletionSource`1 completion\2C Int32 timeout\2C Task& task\2C Boolean& usedCache\2C Boolean asyncWrite\2C Boolean inRetry)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method)\0D\0A   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior\2C String method)\0D\0A   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset\2C DataTable[] datatables\2C Int32 startRecord\2C Int32 maxRecords\2C String srcTable\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables\2C Int32 startRecord\2C Int32 maxRecords\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)\0D\0A   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 107','BatchViewer',100,F
48,638641473528870000,'3','1.2.24.18','System.Data.SqlClient.SqlException','A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces\2C error: 26 - Error Locating Server/Instance Specified)','   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity\2C SqlConnectionString connectionOptions\2C SqlCredential credential\2C Object providerInfo\2C String newPassword\2C SecureString newSecurePassword\2C Boolean redirectedUserInstance\2C SqlConnectionString userConnectionOptions\2C SessionData reconnectSessionData\2C DbConnectionPool pool\2C String accessToken\2C Boolean applyTransientFaultHandling\2C SqlAuthenticationProviderManager sqlAuthProviderManager)\0D\0A   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C Object poolGroupProviderInfo\2C DbConnectionPool pool\2C DbConnection owningConnection\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool\2C DbConnection owningObject\2C DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.ReplaceConnection(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection\2C DbConnectionInternal& connection)\0D\0A   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection\2C DbConnectionFactory connectionFactory\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()','BatchViewer',100,F
49,638643339233870000,'3','1.2.24.18','System.ObjectDisposedException','Cannot access a disposed object.\0D\0AObject name: 'ProgressBar'.','   at System.Windows.Forms.Control.CreateHandle()\0D\0A   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)\0D\0A   at System.Windows.Forms.Control.CreateControl()\0D\0A   at ProjectDonut.TaskHelper.ThreadTask_Completed(Object sender\2C EventArgs e) in D:\5CSource Code\5CGit\5CTax\5CClasses\5CTaskHelper.cs:line 58\0D\0A   at TaxLib.Tasks.ThreadTask.ThreadMethod() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CTasks\5CThreadTask.cs:line 162\0D\0A   at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext\2C ContextCallback callback\2C Object state\2C Boolean preserveSyncCtx)\0D\0A   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext\2C ContextCallback callback\2C Object state\2C Boolean preserveSyncCtx)\0D\0A   at System.Threading.ExecutionContext.Run(ExecutionContext executionContext\2C ContextCallback callback\2C Object state)\0D\0A   at System.Threading.ThreadHelper.ThreadStart()','Parceldata',100,T
50,638645799596700000,'3','1.2.24.18','TaxLib.DB.DBQueryFailedException','An attempt to query the database failed: The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.\0D\0ASQL Query = "SELECT paidWhere FROM paidwhere".','   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 112\0D\0A   at TaxLib.DB.DBQuery.QueryStringColumn() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 289\0D\0A   at TaxLib.Data.PaidWhere.GetPaidWheresArray() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CData\5CPaidWhere.cs:line 22\0D\0A   at ProjectDonut.SearchParcel..ctor() in D:\5CSource Code\5CGit\5CTax\5CSearchParcel.cs:line 33\0D\0A   at ProjectDonut.MainScreen.btnStandardPayments_Click(Object sender\2C EventArgs e) in D:\5CSource Code\5CGit\5CTax\5CMainScreen.cs:line 341\0D\0A   at System.Windows.Forms.Control.OnClick(EventArgs e)\0D\0A   at System.Windows.Forms.Button.OnMouseUp(MouseEventArgs mevent)\0D\0A   at System.Windows.Forms.Control.WmMouseUp(Message& m\2C MouseButtons button\2C Int32 clicks)\0D\0A   at System.Windows.Forms.Control.WndProc(Message& m)\0D\0A   at System.Windows.Forms.ButtonBase.WndProc(Message& m)\0D\0A   at System.Windows.Forms.Button.WndProc(Message& m)\0D\0A   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd\2C Int32 msg\2C IntPtr wparam\2C IntPtr lparam)','MainScreen',100,T
51,638645799684500000,'3','1.2.24.18','System.Data.SqlClient.SqlException','The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.','   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.AsyncHelper.WaitForCompletion(Task task\2C Int32 timeout\2C Action onTimeout\2C Boolean rethrowExceptions)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C Boolean async\2C Int32 timeout\2C Task& task\2C Boolean asyncWrite\2C Boolean inRetry\2C SqlDataReader ds\2C Boolean describeParameterEncryptionRequest)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method\2C TaskCompletionSource`1 completion\2C Int32 timeout\2C Task& task\2C Boolean& usedCache\2C Boolean asyncWrite\2C Boolean inRetry)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method)\0D\0A   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior\2C String method)\0D\0A   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset\2C DataTable[] datatables\2C Int32 startRecord\2C Int32 maxRecords\2C String srcTable\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables\2C Int32 startRecord\2C Int32 maxRecords\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)\0D\0A   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 107','MainScreen',100,F
52,638645799684800000,'3','1.2.24.18','System.Data.SqlClient.SqlException','A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces\2C error: 26 - Error Locating Server/Instance Specified)','   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity\2C SqlConnectionString connectionOptions\2C SqlCredential credential\2C Object providerInfo\2C String newPassword\2C SecureString newSecurePassword\2C Boolean redirectedUserInstance\2C SqlConnectionString userConnectionOptions\2C SessionData reconnectSessionData\2C DbConnectionPool pool\2C String accessToken\2C Boolean applyTransientFaultHandling\2C SqlAuthenticationProviderManager sqlAuthProviderManager)\0D\0A   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C Object poolGroupProviderInfo\2C DbConnectionPool pool\2C DbConnection owningConnection\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool\2C DbConnection owningObject\2C DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.ReplaceConnection(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection\2C DbConnectionInternal& connection)\0D\0A   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection\2C DbConnectionFactory connectionFactory\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()','MainScreen',100,F
53,638645896757370000,'3','1.2.24.18','TaxLib.DB.DBQueryFailedException','An attempt to query the database failed: The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.\0D\0ASQL Query = "select TOP(1) paidWhere from DetailedTransactions where collectionid = @CollectionId and batchNumber = @BatchNumber".','   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 112\0D\0A   at TaxLib.DB.DBQuery.QuerySingleObjectField() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 331\0D\0A   at TaxLib.DB.DBQuery.QuerySingleField() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 315\0D\0A   at TaxLib.Data.AdminClass.PaidWhereForBatch(Int32 iBatchNumber) in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CData\5CAdminClass.cs:line 990\0D\0A   at ProjectDonut.SearchParcel.SetupScreen() in D:\5CSource Code\5CGit\5CTax\5CSearchParcel.cs:line 51\0D\0A   at ProjectDonut.SearchParcel.<OpenResult>b__14_0(Object sender\2C FormClosedEventArgs e) in D:\5CSource Code\5CGit\5CTax\5CSearchParcel.cs:line 229\0D\0A   at System.Windows.Forms.FormClosedEventHandler.Invoke(Object sender\2C FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.OnFormClosed(FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.WmClose(Message& m)\0D\0A   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd\2C Int32 msg\2C IntPtr wparam\2C IntPtr lparam)','Parceldata',100,T
54,638645896832000000,'3','1.2.24.18','System.Data.SqlClient.SqlException','The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.','   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.AsyncHelper.WaitForCompletion(Task task\2C Int32 timeout\2C Action onTimeout\2C Boolean rethrowExceptions)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C Boolean async\2C Int32 timeout\2C Task& task\2C Boolean asyncWrite\2C Boolean inRetry\2C SqlDataReader ds\2C Boolean describeParameterEncryptionRequest)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method\2C TaskCompletionSource`1 completion\2C Int32 timeout\2C Task& task\2C Boolean& usedCache\2C Boolean asyncWrite\2C Boolean inRetry)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method)\0D\0A   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior\2C String method)\0D\0A   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset\2C DataTable[] datatables\2C Int32 startRecord\2C Int32 maxRecords\2C String srcTable\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables\2C Int32 startRecord\2C Int32 maxRecords\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)\0D\0A   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 107','Parceldata',100,F
55,638645896832300000,'3','1.2.24.18','System.Data.SqlClient.SqlException','A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces\2C error: 26 - Error Locating Server/Instance Specified)','   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity\2C SqlConnectionString connectionOptions\2C SqlCredential credential\2C Object providerInfo\2C String newPassword\2C SecureString newSecurePassword\2C Boolean redirectedUserInstance\2C SqlConnectionString userConnectionOptions\2C SessionData reconnectSessionData\2C DbConnectionPool pool\2C String accessToken\2C Boolean applyTransientFaultHandling\2C SqlAuthenticationProviderManager sqlAuthProviderManager)\0D\0A   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C Object poolGroupProviderInfo\2C DbConnectionPool pool\2C DbConnection owningConnection\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool\2C DbConnection owningObject\2C DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.ReplaceConnection(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection\2C DbConnectionInternal& connection)\0D\0A   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection\2C DbConnectionFactory connectionFactory\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()','Parceldata',100,F
56,638646162530630000,'3','1.2.24.18','TaxLib.DB.DBQueryFailedException','An attempt to query the database failed: The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.\0D\0ASQL Query = "SELECT object_name(ps.object_id) AS [TableName]\2C\0D\0A                ps.index_id\2C b.name\2C\0D\0A                ps.avg_fragmentation_in_percent\0D\0A                FROM sys.dm_db_index_physical_stats (DB_ID()\2C NULL\2C NULL\2C NULL\2C NULL) AS ps\0D\0A                INNER JOIN sys.indexes AS b ON ps.OBJECT_ID = b.OBJECT_ID\0D\0A                AND ps.index_id = b.index_id\0D\0A                WHERE ps.database_id = DB_ID() and b.name is not null and ps.avg_fragmentation_in_percent > 55 and ps.page_count > 100\0D\0A                ORDER BY ps.avg_fragmentation_in_percent desc".','   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 112\0D\0A   at TaxLib.Data.AdminClass.FragmentedIndexes() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CData\5CAdminClass.cs:line 55\0D\0A   at ProjectDonut.MainScreen.SetUpScreen() in D:\5CSource Code\5CGit\5CTax\5CMainScreen.cs:line 151\0D\0A   at ProjectDonut.MainScreen.<btnPostPayments_Click>b__20_0(Object sender2\2C FormClosedEventArgs e2) in D:\5CSource Code\5CGit\5CTax\5CMainScreen.cs:line 321\0D\0A   at System.Windows.Forms.FormClosedEventHandler.Invoke(Object sender\2C FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.OnFormClosed(FormClosedEventArgs e)\0D\0A   at System.Windows.Forms.Form.WmClose(Message& m)\0D\0A   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd\2C Int32 msg\2C IntPtr wparam\2C IntPtr lparam)','Post',100,T
57,638646162601130000,'3','1.2.24.18','System.Data.SqlClient.SqlException','The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.','   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.AsyncHelper.WaitForCompletion(Task task\2C Int32 timeout\2C Action onTimeout\2C Boolean rethrowExceptions)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C Boolean async\2C Int32 timeout\2C Task& task\2C Boolean asyncWrite\2C Boolean inRetry\2C SqlDataReader ds\2C Boolean describeParameterEncryptionRequest)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method\2C TaskCompletionSource`1 completion\2C Int32 timeout\2C Task& task\2C Boolean& usedCache\2C Boolean asyncWrite\2C Boolean inRetry)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method)\0D\0A   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior\2C String method)\0D\0A   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset\2C DataTable[] datatables\2C Int32 startRecord\2C Int32 maxRecords\2C String srcTable\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables\2C Int32 startRecord\2C Int32 maxRecords\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)\0D\0A   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 107','Post',100,F
58,638646162601600000,'3','1.2.24.18','System.Data.SqlClient.SqlException','A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces\2C error: 26 - Error Locating Server/Instance Specified)','   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity\2C SqlConnectionString connectionOptions\2C SqlCredential credential\2C Object providerInfo\2C String newPassword\2C SecureString newSecurePassword\2C Boolean redirectedUserInstance\2C SqlConnectionString userConnectionOptions\2C SessionData reconnectSessionData\2C DbConnectionPool pool\2C String accessToken\2C Boolean applyTransientFaultHandling\2C SqlAuthenticationProviderManager sqlAuthProviderManager)\0D\0A   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C Object poolGroupProviderInfo\2C DbConnectionPool pool\2C DbConnection owningConnection\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool\2C DbConnection owningObject\2C DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.ReplaceConnection(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection\2C DbConnectionInternal& connection)\0D\0A   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection\2C DbConnectionFactory connectionFactory\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()','Post',100,F
59,638646881582000000,'3','1.2.24.18','TaxLib.DB.DBQueryFailedException','An attempt to query the database failed: The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.\0D\0ASQL Query = "SELECT TOP 100 * FROM ParcelSearchSource(@CollectionId) WHERE owner LIKE @SearchQuery ORDER BY owner".','   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 112\0D\0A   at ProjectDonut.ParcelSearcher.Search(String sSearchQuery\2C ParcelSearchType SearchType) in D:\5CSource Code\5CGit\5CTax\5CClasses\5CParcelSearcher.cs:line 88\0D\0A   at ProjectDonut.SearchParcel.DoSearch() in D:\5CSource Code\5CGit\5CTax\5CSearchParcel.cs:line 140\0D\0A   at ProjectDonut.SearchParcel.grpSearchType_Validated(Object sender\2C EventArgs e) in D:\5CSource Code\5CGit\5CTax\5CSearchParcel.cs:line 245\0D\0A   at System.Windows.Forms.Control.OnValidated(EventArgs e)\0D\0A   at System.Windows.Forms.Control.PerformControlValidation(Boolean bulkValidation)','SearchParcel',100,T
60,638646881697470000,'3','1.2.24.18','System.Data.SqlClient.SqlException','The connection is broken and recovery is not possible.  The client driver attempted to recover the connection one or more times and all attempts failed.  Increase the value of ConnectRetryCount to increase the number of recovery attempts.','   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.AsyncHelper.WaitForCompletion(Task task\2C Int32 timeout\2C Action onTimeout\2C Boolean rethrowExceptions)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C Boolean async\2C Int32 timeout\2C Task& task\2C Boolean asyncWrite\2C Boolean inRetry\2C SqlDataReader ds\2C Boolean describeParameterEncryptionRequest)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method\2C TaskCompletionSource`1 completion\2C Int32 timeout\2C Task& task\2C Boolean& usedCache\2C Boolean asyncWrite\2C Boolean inRetry)\0D\0A   at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior\2C RunBehavior runBehavior\2C Boolean returnStream\2C String method)\0D\0A   at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior\2C String method)\0D\0A   at System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset\2C DataTable[] datatables\2C Int32 startRecord\2C Int32 maxRecords\2C String srcTable\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables\2C Int32 startRecord\2C Int32 maxRecords\2C IDbCommand command\2C CommandBehavior behavior)\0D\0A   at System.Data.Common.DbDataAdapter.Fill(DataTable dataTable)\0D\0A   at TaxLib.DB.DBQuery.Query() in D:\5CSource Code\5CGit\5CTax\5CTaxLib\5CDB\5CDBQuery.cs:line 107','SearchParcel',100,F
61,638646881698400000,'3','1.2.24.18','System.Data.SqlClient.SqlException','A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces\2C error: 26 - Error Locating Server/Instance Specified)','   at System.Data.SqlClient.SqlInternalConnectionTds..ctor(DbConnectionPoolIdentity identity\2C SqlConnectionString connectionOptions\2C SqlCredential credential\2C Object providerInfo\2C String newPassword\2C SecureString newSecurePassword\2C Boolean redirectedUserInstance\2C SqlConnectionString userConnectionOptions\2C SessionData reconnectSessionData\2C DbConnectionPool pool\2C String accessToken\2C Boolean applyTransientFaultHandling\2C SqlAuthenticationProviderManager sqlAuthProviderManager)\0D\0A   at System.Data.SqlClient.SqlConnectionFactory.CreateConnection(DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C Object poolGroupProviderInfo\2C DbConnectionPool pool\2C DbConnection owningConnection\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.CreatePooledConnection(DbConnectionPool pool\2C DbConnection owningObject\2C DbConnectionOptions options\2C DbConnectionPoolKey poolKey\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.CreateObject(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.UserCreateRequest(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionPool.ReplaceConnection(DbConnection owningObject\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection)\0D\0A   at System.Data.ProviderBase.DbConnectionFactory.TryGetConnection(DbConnection owningConnection\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions\2C DbConnectionInternal oldConnection\2C DbConnectionInternal& connection)\0D\0A   at System.Data.ProviderBase.DbConnectionInternal.TryOpenConnectionInternal(DbConnection outerConnection\2C DbConnectionFactory connectionFactory\2C TaskCompletionSource`1 retry\2C DbConnectionOptions userOptions)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpenInner(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.TryOpen(TaskCompletionSource`1 retry)\0D\0A   at System.Data.SqlClient.SqlConnection.OpenAsync(CancellationToken cancellationToken)\0D\0A--- End of stack trace from previous location where exception was thrown ---\0D\0A   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()\0D\0A   at System.Data.SqlClient.SqlConnection.<ReconnectAsync>d__127.MoveNext()','SearchParcel',100,F
