Server Error in '/' Application.

Could not find stored procedure 'up_tblNews_GetOne'.

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_tblNews_GetOne'.

Source Error:


Line 181:            Return dt
Line 182:        Catch ex As Exception
Line 183:            Throw ex
Line 184:        Finally
Line 185:            conn.Close()

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

Stack Trace:


[SqlException (0x80131904): Could not find stored procedure 'up_tblNews_GetOne'.]
   cNews.GetOne(Int32 NewsId) in E:\HostingSpaces\Korsten\status-instruments.nl\wwwroot\App_Code\cNews.vb:183
   NewsDetail.Page_Load(Object sender, EventArgs e) in E:\HostingSpaces\Korsten\status-instruments.nl\wwwroot\NewsDetail.aspx.vb:27
   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