Dear Colleagues, when I try to add an image, I get following error:
Error: Edit not accessible.
DotNetNuke.Services.Exceptions.ModuleLoadException: The stored procedure 'dbo.AddLink' doesn't exist. ---> System.InvalidOperationException: The stored procedure 'dbo.AddLink' 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.ExecuteScalar(String connectionString, String spName, Object[] parameterValues) at janet.RandomImage.SqlDataProvider.AddLink(Int32 ModuleId, String UserName, String Title, String Url, String ViewOrder, String Description) at janet.RandomImage.LinkController.AddLink(LinkInfo objLink) at janet.RandomImage.Edit.cmdAdd_Click(Object sender, EventArgs e) --- End of inner exception stack trace ---
It looks like a stored procedure have not been created during installation procedure...
Can you help me please? It is quite urgent. Thanks.