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 53:     public void LoadData(string origin, string tempo, string mood, string type, string genre, string artistURL)
Line 54:     {
Line 55:         ArtistInfo artist = ArtistBLL.SelectByArtistURL(artistURL);
Line 56: 
Line 57:         string heading = (artistURL.Equals("") ? Common.GetOriginDesc(origin) : "") + 

Source File: g:\pleskvhosts\sangeetmehfil.com\httpdocs\SongsByType\Default.aspx.cs    Line: 55

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.RunQueryForObject(RequestScope request, ISqlMapSession session, Object parameterObject, Object resultObject) +54
   IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject(ISqlMapSession session, Object parameterObject, Object resultObject) +69
   IBatisNet.DataMapper.MappedStatements.MappedStatement.ExecuteQueryForObject(ISqlMapSession session, Object parameterObject) +15
   IBatisNet.DataMapper.SqlMapper.QueryForObject(String statementName, Object parameterObject) +137
   MusicWorld.IbatisDAL.IbatisHelper`1.Select(String statementName, Object parameterObject) in E:\MusicWorld\MusicWorld.IbatisDAL\IbatisHelper.cs:52
   MusicWorld.IbatisDAL.ArtistDAL.SelectByArtistURL(String artistURL) in E:\MusicWorld\MusicWorld.IbatisDAL\MusicWorld\ArtistDAL.cs:69
   MusicWorld.BLL.ArtistBLL.SelectByArtistURL(String artistURL) in E:\MusicWorld\MusicWorld.BLL\MusicWorld\ArtistBLL.cs:72
   SongsByType.LoadData(String origin, String tempo, String mood, String type, String genre, String artistURL) in g:\pleskvhosts\sangeetmehfil.com\httpdocs\SongsByType\Default.aspx.cs:55
   SongsByType.Page_Load(Object sender, EventArgs e) in g:\pleskvhosts\sangeetmehfil.com\httpdocs\SongsByType\Default.aspx.cs:43
   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