Server Error in '/' Application.

Could not find stored procedure 'up_tblCategories_GetAll'.

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: Could not find stored procedure 'up_tblCategories_GetAll'.

Source Error:


Line 160:            Return dt
Line 161:        Catch ex As Exception
Line 162:            Throw ex
Line 163:        Finally
Line 164:            conn.Close()

Source File: E:\HostingSpaces\Korsten\status-instruments.nl\wwwroot\App_Code\cCategories.vb    Line: 162

Stack Trace:


[SqlException (0x80131904): Could not find stored procedure 'up_tblCategories_GetAll'.]
   cCategories.GetAll() in E:\HostingSpaces\Korsten\status-instruments.nl\wwwroot\App_Code\cCategories.vb:162
   cCategories.GetCategoryIdByName(String Name) in E:\HostingSpaces\Korsten\status-instruments.nl\wwwroot\App_Code\cCategories.vb:441
   Products.Page_Load(Object sender, EventArgs e) in E:\HostingSpaces\Korsten\status-instruments.nl\wwwroot\Products.aspx.vb:56
   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.9174; ASP.NET Version:2.0.50727.9175