Server Error in '/' Application.

Invalid object name 'Atlas_VideoYoutube'.

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: Invalid object name 'Atlas_VideoYoutube'.

Source Error:


Line 30:     {
Line 31:         string strSQL = "SELECT * FROM Atlas_VideoYoutube ";
Line 32:         DataSet ds = mDataAccess.ExecuteDataSet(strSQL);
Line 33:         DataTable dt = ds.Tables[0];
Line 34:         dtlViDeo.DataSource = dt;

Source File: d:\DINTE\AtlasTHWeb\Portal\DevelopeModule\VideoHinhAnh\ucVideoHome.ascx.cs    Line: 32

Stack Trace:


[SqlException (0x80131904): Invalid object name 'Atlas_VideoYoutube'.]
   Ciren.Framework.DataAccess.CirenDataAccessLayerBaseClass.ExecuteDataSet(String commandText, CommandType commandType, IDataParameter[] commandParameters) +261
   Ciren.Framework.DataAccess.CirenDataAccessLayerBaseClass.ExecuteDataSet(String commandText) +46
   DevelopeModule_VideoHinhAnh_ucVideoHome.BindDaTa() in d:\DINTE\AtlasTHWeb\Portal\DevelopeModule\VideoHinhAnh\ucVideoHome.ascx.cs:32
   DevelopeModule_VideoHinhAnh_ucVideoHome.Page_Load(Object sender, EventArgs e) in d:\DINTE\AtlasTHWeb\Portal\DevelopeModule\VideoHinhAnh\ucVideoHome.ascx.cs:25
   System.Web.Util.CalliHelper.EventArgFunctionCaller(IntPtr fp, Object o, Object t, EventArgs e) +14
   System.Web.Util.CalliEventHandlerDelegateProxy.Callback(Object sender, EventArgs e) +35
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +50
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Control.LoadRecursive() +141
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +627


Version Information: Microsoft .NET Framework Version:2.0.50727.8806; ASP.NET Version:2.0.50727.8762