Server Error in '/' Application.

Table 'musicworld.Artist' 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 'musicworld.Artist' doesn't exist

Source Error:


Line 259:                    break;
Line 260:                case "GS":
Line 261:                    artistList = ArtistBLL.SelectSingerList(Origin, pageNo, rowsPerPage, ref totalRows);
Line 262:                    prefix += "Singers-Gallery";
Line 263:                    metaDescription = "Photo Gallery Of " + origin + " Singers: ";

Source File: g:\pleskvhosts\sangeetmehfil.com\httpdocs\Controls\Common\ArtistList.ascx.cs    Line: 261

Stack Trace:


[MySqlException (0x80004005): Table 'musicworld.Artist' doesn't exist]
   MySql.Data.MySqlClient.MySqlStream.ReadPacket() +306
   MySql.Data.MySqlClient.NativeDriver.GetResult(Int32& affectedRow, Int64& insertedId) +67
   MySql.Data.MySqlClient.Driver.GetResult(Int32 statementId, Int32& affectedRows, Int64& insertedId) +17
   MySql.Data.MySqlClient.Driver.NextResult(Int32 statementId, Boolean force) +110
   MySql.Data.MySqlClient.MySqlDataReader.NextResult() +772
   MySql.Data.MySqlClient.MySqlCommand.ExecuteReader(CommandBehavior behavior) +1515
   MySql.Data.MySqlClient.MySqlCommand.ExecuteDbDataReader(CommandBehavior behavior) +4
   System.Data.Common.DbCommand.System.Data.IDbCommand.ExecuteReader() +14
   IBatisNet.DataMapper.Commands.DbCommandDecorator.System.Data.IDbCommand.ExecuteReader() +50
   IBatisNet.DataMapper.MappedStatements.MappedStatement.RunQueryForList(RequestScope request, ISqlMapSession session, Object parameterObject, IList`1 resultObject, RowDelegate`1 rowDelegate) +174
   IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForList(ISqlMapSession session, Object parameterObject) +108
   IBatisNet.DataMapper.SqlMapper.QueryForList(String statementName, Object parameterObject) +181
   MusicWorld.IbatisDAL.IbatisHelper`1.SelectList(String statementName, Object parameterObject) in E:\MusicWorld\MusicWorld.IbatisDAL\IbatisHelper.cs:47
   MusicWorld.IbatisDAL.ArtistDAL.SelectSingerList(String originId, Int32 pageNo, Int32 rowsPerPage, Int32& totalRows) in E:\MusicWorld\MusicWorld.IbatisDAL\MusicWorld\ArtistDAL.cs:101
   MusicWorld.BLL.ArtistBLL.SelectSingerList(String OriginID, Int32 pageNo, Int32 rowsPerPage, Int32& totalRows) in E:\MusicWorld\MusicWorld.BLL\MusicWorld\ArtistBLL.cs:122
   Controls_Common_ArtistList.LoadPageData(Int32 pageNo, Int32 rowsPerPage) in g:\pleskvhosts\sangeetmehfil.com\httpdocs\Controls\Common\ArtistList.ascx.cs:261
   Controls_Pagination.DisplayPager(Int32 pageNo, Boolean refresh) in g:\pleskvhosts\sangeetmehfil.com\httpdocs\Controls\Common\Pagination.ascx.cs:103
   Controls_Common_ArtistList.LoadGallery(String origin, Int32 style, Int32 pageNo, String mode) in g:\pleskvhosts\sangeetmehfil.com\httpdocs\Controls\Common\ArtistList.ascx.cs:157
   ArtistsGallery.LoadInfo(String origin, Int32 style, Int32 pageNo, String mode, String gender) in g:\pleskvhosts\sangeetmehfil.com\httpdocs\ArtistsGallery.aspx.cs:80
   ArtistsGallery.Page_Load(Object sender, EventArgs e) in g:\pleskvhosts\sangeetmehfil.com\httpdocs\ArtistsGallery.aspx.cs:51
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +52
   System.Web.UI.Control.OnLoad(EventArgs e) +97
   System.Web.UI.Control.LoadRecursive() +61
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +693


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