Registrarse | Entrar
lunes, 21 de mayo de 2012
  Buscar
 Foros de discusión en Locopon's Minimizar
 
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorNeed help installing DSLocalizator in DNN 5.6Need help installing DSLocalizator in DNN 5.6
Anterior Anterior
 
Siguiente Siguiente
New Post
 11/08/2011 02:53 p.m.
 

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

New Post
 12/08/2011 03:13 p.m.
 

Problem solved.

It was an issue with the web.config file.
The connection strings didn't have the same values
...
<connectionStrings>
    <!-- Connection String for SQL Server 2005/2008 Express -->
    <add name="SiteSqlServer" connectionString="xxxxx" providerName="System.Data.SqlClient" />
...
<appSettings>
    <!-- Connection String for SQL Server 2005/2008 Express - kept for backwards compatability - legacy modules   -->
    <add key="SiteSqlServer" value="xxxxx" />
 

The "xxxxx" needs to be identical

Thanks to Sebastian on the dnn forums for his help !

Anterior Anterior
 
Siguiente Siguiente
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorNeed help installing DSLocalizator in DNN 5.6Need help installing DSLocalizator in DNN 5.6