Server Error in '/goswift' Application.

Procedure or function 'USP_ChildServices_MISReport' expects parameter '@pChrActionCode', which was not supplied.

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: Procedure or function 'USP_ChildServices_MISReport' expects parameter '@pChrActionCode', which was not supplied.

Source Error:


Line 87:         catch (NullReferenceException ex) { throw ex; }
Line 88:         catch (Exception ex)
Line 89:         { throw ex; }
Line 90:         finally { cmd = null; }
Line 91:     }

Source File: c:\WEBROOT\SWPGOO\SWPAPP\App_Code\DAL\MISReport\MisReportServiceProvider.cs    Line: 89

Stack Trace:


[SqlException (0x80131904): Procedure or function 'USP_ChildServices_MISReport' expects parameter '@pChrActionCode', which was not supplied.]
   MisReportServiceProvider.View_ChildServices_MISReport(RptSearch objSearch) in c:\WEBROOT\SWPGOO\SWPAPP\App_Code\DAL\MISReport\MisReportServiceProvider.cs:89
   MisReportServices.View_ChildServices_MISReport(RptSearch objSearch) in c:\WEBROOT\SWPGOO\SWPAPP\App_Code\BAL\MISReport\MisReportServices.cs:31
   PublicChildServiceDetails.BindGridView() in c:\WEBROOT\SWPGOO\SWPAPP\PublicChildServiceDetails.aspx.cs:62
   PublicChildServiceDetails.Page_Load(Object sender, EventArgs e) in c:\WEBROOT\SWPGOO\SWPAPP\PublicChildServiceDetails.aspx.cs:29
   System.Web.UI.Control.OnLoad(EventArgs e) +109
   System.Web.UI.Control.LoadRecursive() +68
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436


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