Server Error in '/' Application.

Table 'morarka.offers' doesn't exist

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: MySql.Data.MySqlClient.MySqlException: Table 'morarka.offers' doesn't exist

Source Error:


Line 51:        cmd.CommandTimeout = 12000;
Line 52:         Adapter.SelectCommand = cmd;
Line 53:         Adapter.Fill(ds);
Line 54:         Adapter.Dispose();
Line 55:         cmd.Dispose();

Source File: c:\inetpub\wwwroot\downtoearthorganicfood.com\App_Code\Connection\Connection.cs    Line: 53

Stack Trace:


[MySqlException (0x80004005): Table 'morarka.offers' doesn't exist]
   MySql.Data.MySqlClient.MySqlStream.ReadPacket() +343
   MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) +357
   MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) +119
   MySql.Data.MySqlClient.MySqlDataReader.NextResult() +918
   MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) +2444
   System.Data.Common.DbDataAdapter.FillInternal(DataSet dataset, DataTable[] datatables, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +214
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +180
   System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +126
   Connection.GetDataset(String sql) in c:\inetpub\wwwroot\downtoearthorganicfood.com\App_Code\Connection\Connection.cs:53
   DirectorData.getDetails(String query) in c:\inetpub\wwwroot\downtoearthorganicfood.com\App_Code\Database\DirectorData.cs:65
   newofferses.AboutUs() in c:\inetpub\wwwroot\downtoearthorganicfood.com\newofferses.aspx.cs:23
   newofferses.Page_Load(Object sender, EventArgs e) in c:\inetpub\wwwroot\downtoearthorganicfood.com\newofferses.aspx.cs:16
   System.Web.UI.Control.OnLoad(EventArgs e) +108
   System.Web.UI.Control.LoadRecursive() +90
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1533


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