Server Error in '/' Application.

Could not find stored procedure 'Migrant.Local_Body_Wise_Palayan_Registration_Status'.

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

Source Error:


Line 36:         using (MigrantWorker Obj = new MigrantWorker(ConfigurationManager.ConnectionStrings["SMigrantCon"].ToString()))
Line 37:         {
Line 38:             dt = Obj.LocalBody_Wise_PalayanRegistration_Status(Convert.ToInt32(HdnDistrictID.Value));
Line 39:             if (dt.Rows.Count > 0)
Line 40:             {

Source File: d:\Application Code\Production\Palayan\Public\LocalBody.aspx.cs    Line: 38

Stack Trace:


[Exception: Could not find stored procedure 'Migrant.Local_Body_Wise_Palayan_Registration_Status'.]
   NicMp.Database.DALBase.FillDataTable(DataTable& oDataTable) +247
   nicmp.MigrantWorker.MigrantWorker.LocalBody_Wise_PalayanRegistration_Status(Int32 DistrictID) in D:\Sambal_Project\Sambal_2_SVN\Final\Sambal_2\Sambal2_UAT20230508\Sambal2_UAT20230428_Sourabh\Sambal2_svn\Cl\MigrantWorker\MigrantWorker.cs:498
   Palayan_Public_LocalBody.FillGrid() in d:\Application Code\Production\Palayan\Public\LocalBody.aspx.cs:38
   Palayan_Public_LocalBody.Page_Load(Object sender, EventArgs e) in d:\Application Code\Production\Palayan\Public\LocalBody.aspx.cs:20
   System.EventHandler.Invoke(Object sender, EventArgs e) +0
   System.Web.UI.Control.OnLoad(EventArgs e) +106
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3785


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