Server Error in '/' Application.

Could not find stored procedure 'STP_PROJECT_GETPROJECTID'.

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

Source Error:


Line 17:         {
Line 18:             Label Master_Header = (Label)Master.FindControl("LblHeader");
Line 19:             Master_Header.Text = "Create classified advertisement in " + StepsIn.Utility.Project.MyProject.CityName + "</br><h4 style='margin-left: 15px;'>Sell your old stuff, post a job, rent a house..</h4>";
Line 20:             this.Title = StepsIn.Utility.Project.MyProject.LogoHeader + ": Create classified advertisement";
Line 21:         }

Source File: d:\inetpub\vhosts\ssidhu-1163.package\city\www\PostClassified.aspx.cs    Line: 19

Stack Trace:


[SqlException (0x80131904): Could not find stored procedure 'STP_PROJECT_GETPROJECTID'.]
   StepsIn.Utility.Project.GetProjectID() in C:\Satinder\Projects\StepsIn - August 2010\StepsIn\StepsIn.Utility\Project.cs:166
   StepsIn.Utility.Project.get_MyProject() in C:\Satinder\Projects\StepsIn - August 2010\StepsIn\StepsIn.Utility\Project.cs:177
   PostClassified.Page_Load(Object sender, EventArgs e) in d:\inetpub\vhosts\ssidhu-1163.package\city\www\PostClassified.aspx.cs:19
   System.Web.UI.Control.OnLoad(EventArgs e) +99
   System.Web.UI.Control.LoadRecursive() +154
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +4082


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.8.4700.0