| Site: | CMSID: 181 SiteName: My Networking PA db: CMS2_MYNPA_Live server: localhost\sqlexpress Machine: S15291514 URL: http://www.mynetworkingpa.com/events/more-events.phuse PathAndQuery: /events/more-events.phuse |
| Message : | Exception of type System.Web.HttpUnhandledException was thrown. |
| Inner Exception : | Procedure or function 'GetEventsByDateByCity' expects parameter '@EventDate', which was not supplied. |
| Request.Form : | |
| Request.QueryString : | |
| Stack Trace : | at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain()
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) |
| HTTP Exception Message : | System.Data.SqlClient.SqlException: Procedure or function 'GetEventsByDateByCity' expects parameter '@EventDate', which was not supplied.
|
| HTTP Exception Code : |
The source code that generated this unhandled exception can only be shown when compiled in debug mode. To enable this, please follow one of the below steps, then request the URL:
1. Add a "Debug=true" directive at the top of the file that generated the error. Example:
<%@ Page Language="C#" Debug="true" %>
or:
2) Add the following section to the configuration file of your application:
<configuration> <system.web> <compilation debug="true"/> </system.web> </configuration>
Note that this second technique will cause all files within a given application to be compiled in debug mode. The first technique will cause only that particular file to be compiled in debug mode.
Important: Running applications in debug mode does incur a memory/performance overhead. You should make sure that an application has debugging disabled before deploying into production scenario. |
| HTTP Exception Stack : |
[SqlException: Procedure or function 'GetEventsByDateByCity' expects parameter '@EventDate', which was not supplied.]
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream) +740
System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior) +44
System.Data.SqlClient.SqlCommand.System.Data.IDbCommand.ExecuteReader(CommandBehavior behavior) +5
System.Data.Common.DbDataAdapter.FillFromCommand(Object data, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +304
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +77
System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +38
ASP._44_phuse.listMoreEvents(Object sender, EventArgs e) +560
System.Web.UI.Control.OnLoad(EventArgs e) +67
System.Web.UI.Control.LoadRecursive() +35
System.Web.UI.Control.LoadRecursive() +98
System.Web.UI.Page.ProcessRequestMain() +750
|
| HTTP Inner Exception : | Procedure or function 'GetEventsByDateByCity' expects parameter '@EventDate', which was not supplied. |