Server Error in '/' Application.

Unknown database 'wtsij'

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: Unknown database 'wtsij'

Source Error:


Line 401:Dim _dbCommandAdapter As New MySql.Data.MySqlClient.MySqlDataAdapter(_query, _dbConn)
Line 402: _dbCommandAdapter = New MySql.Data.MySqlClient.MySqlDataAdapter(_query, _dbConn)
Line 403:  _dbConn.Open()
Line 404:  _dbCommandAdapter.Fill(_dTable)
Line 405:  _dbConn.Close()

Source File: D:\inetpub\blandon\App_Code\HotelMethods.vb    Line: 403

Stack Trace:


[MySqlException (0x80004005): Unknown database 'wtsij']
   MySql.Data.MySqlClient.MySqlStream.ReadPacket() +250
   MySql.Data.MySqlClient.NativeDriver.Authenticate411() +176
   MySql.Data.MySqlClient.NativeDriver.Open() +1219
   MySql.Data.MySqlClient.Driver.Create(MySqlConnectionStringBuilder settings) +67
   MySql.Data.MySqlClient.MySqlPool.GetPooledConnection() +212
   MySql.Data.MySqlClient.MySqlPool.TryToGetDriver() +154
   MySql.Data.MySqlClient.MySqlPool.GetConnection() +57
   MySql.Data.MySqlClient.MySqlConnection.Open() +985
   HotelMethods._getRoomDetails(Hotel _hotel, String _ordering) in D:\inetpub\blandon\App_Code\HotelMethods.vb:403
   HotelMethods._getHotelDetails(Int32 _hotelID, String _mode) in D:\inetpub\blandon\App_Code\HotelMethods.vb:263
   HotelMethods.GetHotelDetails(Int32 HotelID, String Mode) in D:\inetpub\blandon\App_Code\HotelMethods.vb:14
   tsuchiya.Page_load(Object Sender, EventArgs E) in D:\inetpub\blandon\ryokan\Hyogo\tsuchiya.aspx.vb:9
   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.4676.0