Server Error in '/' Application.

Invalid object name 'Download_category'.

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

Source Error:


Line 92:         Catch ex As Exception
Line 93:             Throw New System.Exception(ex.Message)
Line 94:             Return Nothing
Line 95:         Finally
Line 96:             da.Dispose()

Source File: C:\HQ_WEB\WEB\Luxa2\new_Luxa2_global\App_Code\SysDbAccess.vb    Line: 94

Stack Trace:


[Exception: Invalid object name 'Download_category'.]
   SysDbAccess.ExecuteDataTable(String sql) in C:\HQ_WEB\WEB\Luxa2\new_Luxa2_global\App_Code\SysDbAccess.vb:94
   download.Page_Load(Object sender, EventArgs e) in C:\HQ_WEB\WEB\Luxa2\new_Luxa2_global\download.aspx.vb:64
   System.Web.UI.Control.OnLoad(EventArgs e) +132
   System.Web.UI.Control.LoadRecursive() +66
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2428


Version Information: Microsoft .NET Framework Version:2.0.50727.8813; ASP.NET Version:2.0.50727.8951