The beerhouse project, problem with the database
I am building beerhouse application step by step. I got stuck with page managecategories.aspx. When i try to open it i get this error.
Tnx for help.
Server Error in '/Udarnik' Application.
--------------------------------------------------------------------------------
Could not find stored procedure 'tbh_Articles_GetCategories'.
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 'tbh_Articles_GetCategories'.
Source Error:
Line 101: protected IDataReader ExecuteReader(DbCommand cmd, CommandBehavior behavior)
Line 102: {
Line 103: return cmd.ExecuteReader(behavior);
Line 104: }
Line 105:
Source File: c:\Rainspletnastran\Udarnik\App_Code\DAL\DataAcces s.cs Line: 103
|