hi,
How to clear this error,
In my system display :
Error: Edit Content is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The stored procedure 'dbo.AddDyFlash' doesn't exist. ---> System.InvalidOperationException: The stored procedure 'dbo.AddDyFlash' doesn't exist. at System.Data.SqlClient.SqlCommand.DeriveParameters() at System.Data.SqlClient.SqlCommandBuilder.DeriveParameters(SqlCommand command) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.DiscoverSpParameterSet(SqlConnection connection, String spName, Boolean includeReturnValueParameter, Object[] parameterValues) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSetInternal(SqlConnection connection, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName, Boolean includeReturnValueParameter) at Microsoft.ApplicationBlocks.Data.SqlHelperParameterCache.GetSpParameterSet(String connectionString, String spName) at Microsoft.ApplicationBlocks.Data.SqlHelper.ExecuteNonQuery(String connectionString, String spName, Object[] parameterValues) at DyFlash.SqlDataProvider.AddDyFlash(Int32 ModuleId, String FlashText, String FlashImage, Int32 UserID) at DyFlash.DyFlashController.AddDyFlash(DyFlashInfo objDyFlash) at DyFlash.EditDyFlash.cmdUpdate_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---
when i click the updatelinkbutton in my module. but live site is working my module.
thank u.....