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
13,637991932779170000,'3','1.2.12.0','System.InvalidOperationException','Insufficent permissions to access refunds and reversals.','   at ProjectDonut.ReversePayment.ReversePayment_Load(Object sender\2C EventArgs e) in C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CReversePayment.cs:line 70\0D\0A   at System.Windows.Forms.Form.OnLoad(EventArgs e)\0D\0A   at System.Windows.Forms.Form.OnCreateControl()\0D\0A   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)\0D\0A   at System.Windows.Forms.Control.CreateControl()\0D\0A   at System.Windows.Forms.Control.SetVisibleCore(Boolean value)\0D\0A   at System.Windows.Forms.Form.SetVisibleCore(Boolean value)\0D\0A   at System.Windows.Forms.Control.Show()\0D\0A   at ProjectDonut.ContainerForm.OpenScreen(Form frmNewScreen) in C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CContainerForm.cs:line 275\0D\0A   at ProjectDonut.Parceldata.btnReverse_Click(Object sender\2C EventArgs e) in C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CParceldata.cs:line 1108\0D\0A   at System.Windows.Forms.Control.OnClick(EventArgs e)\0D\0A   at System.Windows.Forms.Button.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)','ReversePayment',101,T
14,637998684488130000,'3','1.2.12.0','System.InvalidOperationException','Insufficent permissions to access refunds and reversals.','   at ProjectDonut.ReversePayment.ReversePayment_Load(Object sender\2C EventArgs e) in C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CReversePayment.cs:line 70\0D\0A   at System.Windows.Forms.Form.OnLoad(EventArgs e)\0D\0A   at System.Windows.Forms.Form.OnCreateControl()\0D\0A   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)\0D\0A   at System.Windows.Forms.Control.CreateControl()\0D\0A   at System.Windows.Forms.Control.SetVisibleCore(Boolean value)\0D\0A   at System.Windows.Forms.Form.SetVisibleCore(Boolean value)\0D\0A   at System.Windows.Forms.Control.Show()\0D\0A   at ProjectDonut.ContainerForm.OpenScreen(Form frmNewScreen) in C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CContainerForm.cs:line 275\0D\0A   at ProjectDonut.Parceldata.btnReverse_Click(Object sender\2C EventArgs e) in C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CParceldata.cs:line 1108\0D\0A   at System.Windows.Forms.Control.OnClick(EventArgs e)\0D\0A   at System.Windows.Forms.Button.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)','ReversePayment',101,T
15,637999623321070000,'3','1.2.12.0','TaxLib.DB.DBQueryFailedException','An attempt to query the database failed: The INSERT statement conflicted with the FOREIGN KEY constraint "FK__Transacti__Batch__4E53A1AA". The conflict occurred in database "ProjectTax"\2C table "dbo.Batches"\2C column 'batch_SK'.\0D\0AThe statement has been terminated.\0D\0ASQL Query = "IF NOT EXISTS (select * from Transactions where collectionId = @collectionId AND Receipt_Number = @Receipt AND PayCode_FK = @PaymentCode AND Amount = @Amount\0D\0A				AND Reason = @Reason AND Reason_Private = @PrivateReason AND Installment_Code = @InstallmentCode AND parcelId = @ParcelId AND paidby_FK = @PaidByKey)\0D\0A\0D\0A                INSERT INTO Transactions(Transaction_Date\2C Pay_Date\2C Receipt_Number\2C PayCode_FK\2C Amount\2C Reason\2C Reason_Private\2C PaidWhere_FK\2C PaidBy_FK\2C UserId_FK\2C JurisdictionId\2C \0D\0A                CollectionId\2C ParcelId\2C Batch_FK\2C IsOverpayment\2C Protest\2C BadCheckFlag\2C Installment_Code\2C Org_Trans_FK)\0D\0A                values (@transactionDate\2C @PayDate\2C @Receipt\2C @PaymentCode\2C @Amount\2C @Reason\2C @PrivateReason\2C @PaidWhere\2C @PaidByKey\2C @UserId\2C @Jurisdiction\2C @CollectionId\2C \0D\0A                @ParcelId\2C @BatchKey\2C @IsOverpayment\2C @Protest\2C @BadCheckFlag\2C @InstallmentCode\2C @OrgTransKey)".','   at TaxLib.DB.DBNonQuery.NonQuery(String sQueryText\2C Database db\2C SqlTransaction transaction) in C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CTaxLib\5CDB\5CDBNonQuery.cs:line 168\0D\0A   at TaxLib.DB.DBQuery.NonQuery(SqlTransaction transactionObj) in C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CTaxLib\5CDB\5CDBQuery.cs:line 85\0D\0A   at TaxLib.Data.Transactions.AddTransaction(Nullable`1 BatchKey\2C Int32 ReceiptNumber\2C Int32 payCode\2C Decimal amount\2C String reason\2C String privateReason\2C DateTime payDate\2C Nullable`1 paidByKey\2C Nullable`1 iPaidWhere\2C Int32 iProtest\2C Int32 InstallmentCode\2C Int32 parcelId\2C Boolean isOverpayment\2C Boolean badCheckFlag\2C Nullable`1 orgTransKey) in C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CTaxLib\5CData\5CTransactions.cs:line 1488\0D\0A   at TaxLib.TaxPayments.AbstractTaxPayments.AddToDatabase(DataTable dtAmounts\2C Boolean bIsInstallPmt\2C Boolean bIsImport) in C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CTaxLib\5CTaxPayments\5CAbstractTaxPayments.cs:line 226\0D\0A   at ProjectDonut.Parceldata.Collect() in C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CParceldata.cs:line 745\0D\0A   at ProjectDonut.Parceldata.btnCollect_Click(Object sender\2C EventArgs e) in C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CParceldata.cs:line 1249\0D\0A   at System.Windows.Forms.Control.OnClick(EventArgs e)\0D\0A   at System.Windows.Forms.Button.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)','Parceldata',101,T
16,637999623327170000,'3','1.2.12.0','System.Data.SqlClient.SqlException','The INSERT statement conflicted with the FOREIGN KEY constraint "FK__Transacti__Batch__4E53A1AA". The conflict occurred in database "ProjectTax"\2C table "dbo.Batches"\2C column 'batch_SK'.\0D\0AThe statement has been terminated.','   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception\2C Boolean breakConnection\2C Action`1 wrapCloseInAction)\0D\0A   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj\2C Boolean callerHasConnectionLock\2C Boolean asyncClose)\0D\0A   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior\2C SqlCommand cmdHandler\2C SqlDataReader dataStream\2C BulkCopySimpleResultSet bulkCopyHandler\2C TdsParserStateObject stateObj\2C Boolean& dataReady)\0D\0A   at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds\2C RunBehavior runBehavior\2C String resetOptionsString\2C Boolean isInternal\2C Boolean forDescribeParameterEncryption\2C Boolean shouldCacheForAlwaysEncrypted)\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.InternalExecuteNonQuery(TaskCompletionSource`1 completion\2C String methodName\2C Boolean sendToPipe\2C Int32 timeout\2C Boolean& usedCache\2C Boolean asyncWrite\2C Boolean inRetry)\0D\0A   at System.Data.SqlClient.SqlCommand.ExecuteNonQuery()\0D\0A   at TaxLib.DB.DBNonQuery.NonQuery(String sQueryText\2C Database db\2C SqlTransaction transaction) in C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CTaxLib\5CDB\5CDBNonQuery.cs:line 164','Parceldata',101,F
17,638001323316230000,'3','1.2.14.9','TaxLib.DB.DBQueryFailedException','An attempt to query the database failed: Subquery returned more than 1 value. This is not permitted when the subquery follows =\2C !=\2C <\2C <= \2C >\2C >= or when the subquery is used as an expression.\0D\0ASQL Query = "SELECT * FROM transactions WHERE collectionid = @collectionId \0D\0A                and parcelid = (select parcelid from parcel where collectionid = @collectionId and taxmapid = @TaxMapId)\0D\0A                AND batch_FK is not null".','   at TaxLib.DB.DBQuery.Query() in C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CTaxLib\5CDB\5CDBQuery.cs:line 112\0D\0A   at TaxLib.Data.Transactions.ParcelHasTransactions(String sTaxMapId\2C Int32 iCollectionId) in C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CTaxLib\5CData\5CTransactions.cs:line 599\0D\0A   at ProjectDonut.AdminControls.PreviousYearsReport.PreviousYearsReport_Load(Object sender\2C EventArgs e) in C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CAdminControls\5CPreviousYearsReport.cs:line 71\0D\0A   at System.Windows.Forms.Form.OnLoad(EventArgs e)\0D\0A   at System.Windows.Forms.Form.OnCreateControl()\0D\0A   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)\0D\0A   at System.Windows.Forms.Control.CreateControl()\0D\0A   at System.Windows.Forms.Control.WmShowWindow(Message& m)\0D\0A   at System.Windows.Forms.Control.WndProc(Message& m)\0D\0A   at System.Windows.Forms.Form.WmShowWindow(Message& m)\0D\0A   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd\2C Int32 msg\2C IntPtr wparam\2C IntPtr lparam)','Parceldata',101,T
18,638001323317800000,'3','1.2.14.9','System.Data.SqlClient.SqlException','Subquery returned more than 1 value. This is not permitted when the subquery follows =\2C !=\2C <\2C <= \2C >\2C >= or when the subquery is used as an expression.','   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception\2C Boolean breakConnection\2C Action`1 wrapCloseInAction)\0D\0A   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj\2C Boolean callerHasConnectionLock\2C Boolean asyncClose)\0D\0A   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior\2C SqlCommand cmdHandler\2C SqlDataReader dataStream\2C BulkCopySimpleResultSet bulkCopyHandler\2C TdsParserStateObject stateObj\2C Boolean& dataReady)\0D\0A   at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows)\0D\0A   at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout\2C Boolean& more)\0D\0A   at System.Data.SqlClient.SqlDataReader.Read()\0D\0A   at System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping)\0D\0A   at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset\2C DataTable datatable\2C String srcTable\2C DataReaderContainer dataReader\2C Int32 startRecord\2C Int32 maxRecords\2C DataColumn parentChapterColumn\2C Object parentChapterValue)\0D\0A   at System.Data.Common.DataAdapter.Fill(DataTable[] dataTables\2C IDataReader dataReader\2C Int32 startRecord\2C Int32 maxRecords)\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 C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CTaxLib\5CDB\5CDBQuery.cs:line 107','Parceldata',101,F
19,638001323773900000,'3','1.2.14.9','TaxLib.DB.DBQueryFailedException','An attempt to query the database failed: Subquery returned more than 1 value. This is not permitted when the subquery follows =\2C !=\2C <\2C <= \2C >\2C >= or when the subquery is used as an expression.\0D\0ASQL Query = "SELECT * FROM transactions WHERE collectionid = @collectionId \0D\0A                and parcelid = (select parcelid from parcel where collectionid = @collectionId and taxmapid = @TaxMapId)\0D\0A                AND batch_FK is not null".','   at TaxLib.DB.DBQuery.Query() in C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CTaxLib\5CDB\5CDBQuery.cs:line 112\0D\0A   at TaxLib.Data.Transactions.ParcelHasTransactions(String sTaxMapId\2C Int32 iCollectionId) in C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CTaxLib\5CData\5CTransactions.cs:line 599\0D\0A   at ProjectDonut.AdminControls.PreviousYearsReport.PreviousYearsReport_Load(Object sender\2C EventArgs e) in C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CAdminControls\5CPreviousYearsReport.cs:line 71\0D\0A   at System.Windows.Forms.Form.OnLoad(EventArgs e)\0D\0A   at System.Windows.Forms.Form.OnCreateControl()\0D\0A   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)\0D\0A   at System.Windows.Forms.Control.CreateControl()\0D\0A   at System.Windows.Forms.Control.WmShowWindow(Message& m)\0D\0A   at System.Windows.Forms.Control.WndProc(Message& m)\0D\0A   at System.Windows.Forms.Form.WmShowWindow(Message& m)\0D\0A   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd\2C Int32 msg\2C IntPtr wparam\2C IntPtr lparam)','Parceldata',101,T
20,638001323774830000,'3','1.2.14.9','System.Data.SqlClient.SqlException','Subquery returned more than 1 value. This is not permitted when the subquery follows =\2C !=\2C <\2C <= \2C >\2C >= or when the subquery is used as an expression.','   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception\2C Boolean breakConnection\2C Action`1 wrapCloseInAction)\0D\0A   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj\2C Boolean callerHasConnectionLock\2C Boolean asyncClose)\0D\0A   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior\2C SqlCommand cmdHandler\2C SqlDataReader dataStream\2C BulkCopySimpleResultSet bulkCopyHandler\2C TdsParserStateObject stateObj\2C Boolean& dataReady)\0D\0A   at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows)\0D\0A   at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout\2C Boolean& more)\0D\0A   at System.Data.SqlClient.SqlDataReader.Read()\0D\0A   at System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping)\0D\0A   at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset\2C DataTable datatable\2C String srcTable\2C DataReaderContainer dataReader\2C Int32 startRecord\2C Int32 maxRecords\2C DataColumn parentChapterColumn\2C Object parentChapterValue)\0D\0A   at System.Data.Common.DataAdapter.Fill(DataTable[] dataTables\2C IDataReader dataReader\2C Int32 startRecord\2C Int32 maxRecords)\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 C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CTaxLib\5CDB\5CDBQuery.cs:line 107','Parceldata',101,F
21,638001324271530000,'3','1.2.14.9','TaxLib.DB.DBQueryFailedException','An attempt to query the database failed: Subquery returned more than 1 value. This is not permitted when the subquery follows =\2C !=\2C <\2C <= \2C >\2C >= or when the subquery is used as an expression.\0D\0ASQL Query = "SELECT * FROM transactions WHERE collectionid = @collectionId \0D\0A                and parcelid = (select parcelid from parcel where collectionid = @collectionId and taxmapid = @TaxMapId)\0D\0A                AND batch_FK is not null".','   at TaxLib.DB.DBQuery.Query() in C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CTaxLib\5CDB\5CDBQuery.cs:line 112\0D\0A   at TaxLib.Data.Transactions.ParcelHasTransactions(String sTaxMapId\2C Int32 iCollectionId) in C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CTaxLib\5CData\5CTransactions.cs:line 599\0D\0A   at ProjectDonut.AdminControls.PreviousYearsReport.PreviousYearsReport_Load(Object sender\2C EventArgs e) in C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CAdminControls\5CPreviousYearsReport.cs:line 71\0D\0A   at System.Windows.Forms.Form.OnLoad(EventArgs e)\0D\0A   at System.Windows.Forms.Form.OnCreateControl()\0D\0A   at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)\0D\0A   at System.Windows.Forms.Control.CreateControl()\0D\0A   at System.Windows.Forms.Control.WmShowWindow(Message& m)\0D\0A   at System.Windows.Forms.Control.WndProc(Message& m)\0D\0A   at System.Windows.Forms.Form.WmShowWindow(Message& m)\0D\0A   at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd\2C Int32 msg\2C IntPtr wparam\2C IntPtr lparam)','Parceldata',101,T
22,638001324274030000,'3','1.2.14.9','System.Data.SqlClient.SqlException','Subquery returned more than 1 value. This is not permitted when the subquery follows =\2C !=\2C <\2C <= \2C >\2C >= or when the subquery is used as an expression.','   at System.Data.SqlClient.SqlConnection.OnError(SqlException exception\2C Boolean breakConnection\2C Action`1 wrapCloseInAction)\0D\0A   at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj\2C Boolean callerHasConnectionLock\2C Boolean asyncClose)\0D\0A   at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior\2C SqlCommand cmdHandler\2C SqlDataReader dataStream\2C BulkCopySimpleResultSet bulkCopyHandler\2C TdsParserStateObject stateObj\2C Boolean& dataReady)\0D\0A   at System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows)\0D\0A   at System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout\2C Boolean& more)\0D\0A   at System.Data.SqlClient.SqlDataReader.Read()\0D\0A   at System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping)\0D\0A   at System.Data.Common.DataAdapter.FillFromReader(DataSet dataset\2C DataTable datatable\2C String srcTable\2C DataReaderContainer dataReader\2C Int32 startRecord\2C Int32 maxRecords\2C DataColumn parentChapterColumn\2C Object parentChapterValue)\0D\0A   at System.Data.Common.DataAdapter.Fill(DataTable[] dataTables\2C IDataReader dataReader\2C Int32 startRecord\2C Int32 maxRecords)\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 C:\5CUsers\5Cjessi\5CSource\5CWorkspaces\5Ctax\5CProjectDonut\5CTaxLib\5CDB\5CDBQuery.cs:line 107','Parceldata',101,F
