Server Error in '/' Application.

The stored procedure 'dbo.usp_getEventByEventId' doesn't exist.

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.InvalidOperationException: The stored procedure 'dbo.usp_getEventByEventId' doesn't exist.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:


[InvalidOperationException: The stored procedure 'dbo.usp_getEventByEventId' doesn't exist.]
   System.Data.SqlClient.SqlCommand.DeriveParameters() +3713
   System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command) +122
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) +111
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter) +241
   Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) +97
   Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) +72
   EventPlannerModule.BLL.SqlDataProvider.GetEventByEventId(Int32 eventId) +108
   EventPlannerModule.BLL.EventController.GetEventByEventId(Int32 eventId, Boolean useCache) +158
   EventPlannerModule.DownloadEventPdf.ProcessRequest(HttpContext context) +108
   System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +872
   System.Web.HttpApplication.ExecuteStepImpl(IExecutionStep step) +220
   System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +94


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