Hello,
I want to use DSLocalizator in DNN 5.6. I have two language packs installed (en-US and fr-CA).
I've downloaded version 3.0.5. and installed the module without any problems.
Now I've placed the DSTabLocalization module in a page and here is the error message I get :
Error: Localization is currently unavailable.
DotNetNuke.Services.Exceptions.ModuleLoadException: The stored procedure 'dbo.Delisoft_TabLocalization_OptionsGet' doesn't exist. ---> System.InvalidOperationException: The stored procedure 'dbo.Delisoft_TabLocalization_OptionsGet' 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.SqlHelper.ExecuteReader(String connectionString, String spName, Object[] parameterValues) at Delisoft.DNN.Modules.DSLocalizator.Data.SqlDataProvider.GetTabLocalization_Options(Int32 portalId) at Delisoft.DNN.Modules.DSLocalizator.Business.TabLocalization_OptionsController.Get(Int32 portalId) at Delisoft.DNN.Modules.DSLocalizator.UI.DSTabLocalizator.LoadDetectionBehaviorSettings() at Delisoft.DNN.Modules.DSLocalizator.UI.DSTabLocalizator.Page_Load(Object sender, EventArgs e) --- End of inner exception stack trace ---
Any help would be appreciated.
Bernard