hi all , thanks in advance .........
i am a new developer and i built my survey module with the help of Module development guide , the first problem that i had was that my DNN_survey.dnn was not autodetected as it was stated it in the guide therefore i created the module manually , i created the module definition and all controls .......
The module is working and i am able to write questions and theie corresponding options ....but when i submit an answer i get an error like this ......
Error: Survey is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The stored procedure 'dbo.AddSurveyResult_cookie' doesn't exist. ---> System.InvalidOperationException: The stored procedure 'dbo.AddSurveyResult_cookie' 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 DotNetNuke.Modules.Survey.SqlDataProvider.AddSurveyResult_cookie(Int32 SurveyOptionId, Int32 UserId) at DotNetNuke.Modules.Survey.SurveyOptionController.AddSurveyResult_cookie(SurveyOptionInfo objSurveyOption, Int32 UserID) at DotNetNuke.Modules.Survey.Survey.cmdSubmit_Click(Object sender, EventArgs e) --- End of inner exception stack trace
Please let me know what this error is all about and what can i do to get rid of it ........also if u can give me some tips for developing module