Server Error in '/' Application.

Divide by zero error encountered.
Informational: The full-text search condition contained noise word(s).

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Data.SqlClient.SqlException: Divide by zero error encountered.
Informational: The full-text search condition contained noise word(s).

Source Error:


Line 324:        try
Line 325:        {
Line 326:            adapter.Fill(dataTable2);
Line 327:        }
Line 328:        finally

Source File: c:\inetpub\biggerplate_temp\Biggerplate Live\search.aspx.cs    Line: 326

Stack Trace:


[SqlException (0x80131904): Divide by zero error encountered.
Informational: The full-text search condition contained noise word(s).]
   System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) +277
   System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) +764
   System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) +4243
   System.Data.SqlClient.SqlDataReader.TryHasMoreRows(Boolean& moreRows) +253
   System.Data.SqlClient.SqlDataReader.TryReadInternal(Boolean setTimeout, Boolean& more) +295
   System.Data.SqlClient.SqlDataReader.Read() +38
   System.Data.Common.DataAdapter.FillLoadDataRow(SchemaMapping mapping) +164
   System.Data.Common.DataAdapter.FillFromReader(DataSet dataset, DataTable datatable, String srcTable, DataReaderContainer dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) +215
   System.Data.Common.DataAdapter.Fill(DataTable[] dataTables, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) +415
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +253
   System.Data.Common.DbDataAdapter.Fill(DataTable[] dataTables, Int32 startRecord, Int32 maxRecords, IDbCommand command, CommandBehavior behavior) +518
   System.Data.Common.DbDataAdapter.Fill(DataTable dataTable) +150
   search.WebinarSearch(String Query, String OrderByAndDirection, String Format, String SubCategories) in c:\inetpub\biggerplate_temp\Biggerplate Live\search.aspx.cs:326
   search.ExecuteSearch() in c:\inetpub\biggerplate_temp\Biggerplate Live\search.aspx.cs:288
   search.Page_PreLoad(Object sender, EventArgs e) in c:\inetpub\biggerplate_temp\Biggerplate Live\search.aspx.cs:63
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Page.OnPreLoad(EventArgs e) +141
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3628


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.7.3770.0