Registrarse | Entrar
lunes, 21 de mayo de 2012
  Buscar
 Foros de discusión en Locopon's Minimizar
 
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorDSLocaleSelector For DNN5 (v3.0.4) Skin Object not working in DNN 5.4.4DSLocaleSelector For DNN5 (v3.0.4) Skin Object not working in DNN 5.4.4
Anterior Anterior
 
Siguiente Siguiente
New Post
 01/07/2010 08:03 a.m.
 
 Modificado por Jayd96  on 09/07/2010 12:23:06 p.m.

Hi, After investigation I find why we can't use DSLocaleSelector into Skin.
(Using Delisoft DSLocalizator for DNN5 Version.03.00.04 BETA)
(On DotNetNuke 5.4.2 and 5.4.4)

It's because within DSLocaleSelector.ascx (path: ~/DesktopModules/Delisoft.DSLocalizator/DSLocaleSelector.ascx) there is a reference to Delisoft.DNN.Modules.DSLocalizator.dll  on the first line (line 1: Inherits="Delisoft.DNN.Modules.DSLocalizator.DSLocaleSelector").

So I go check this reference into the DLL. But DSLocaleSelector object was'nt there. In this namespace only those classes are there :
A,
B,
C,
D,
DSHACKReminderTask,
E,
PurgeDSViewState   

I find the DSLocaleSelectorPA in the DLL under UI namespace (Delisoft.DNN.Modules.DSLocalizator.UI) and it is this object that we use to run the DSLocaleSelectorPA module and configure it with DSLocaleSelectorPAOptions under a module object. We can use the DSLocaleSelectorPA module to display the Language Selector but we can't use DSLocaleSelector like a SkinObject  because the reference in the DLL is missing (meaby name changed into A object).

So I think You should compile your DLL right for make the SkinObject work and create a new version (3.0.5 or something ;) ) diponible on your site.

I apreciate your hard work into this module. I hope this help. 

Thanks for help us out,
Joël

Sorry for my poor english.

Edit: Supression of the Quote

New Post
 04/07/2010 01:12 a.m.
 

Hi

I believe that the problem that Joël has reported is also related to a problem that I've previously reported,

regarding build website errors

Adam

adaml@contel.co.il wrote
 

Hi

After installing Delisoft.DSLocalizator.DNN5.03.00.04 on DNN 05.01.04 (3), I tried to build the web site and received the following erros:

Error 1 Could not load type 'Delisoft.DNN.Modules.DSLocalizator.DSLocaleSelector'. ~\Website\DesktopModules\Delisoft.DSLocalizator\DSLocaleSelector.ascx

Error 2 Could not load type 'Delisoft.DNN.Modules.DSLocalizator.UI.DSLocalizatorInstallHelper'. ~\Website\DesktopModules\Delisoft.DSLocalizator\DSLocalizatorInstallHelper.ascx

Error 3 Could not load type 'Delisoft.DNN.Modules.DSLocalizator.UI.DSLocalizatorHostOptions'. ~\Website\DesktopModules\Delisoft.DSLocalizator\DSLocalizatorHostOptions.ascx 

Error 4 Could not load type 'Delisoft.DNN.Modules.DSLocalizator.DSPreviewActivator'. ~\Website\DesktopModules\Delisoft.DSLocalizator\DSPreviewActivator.ascx

Any idea why?

Thank you

Adam

New Post
 05/07/2010 02:49 p.m.
 
 Modificado por Jayd96  on 09/07/2010 12:22:38 p.m.

Hi Adam,

When I use Visual Web Developer 2010 Express and generate the web site after install the module, I got those errors too.
Because those 4 classes are missing (and again i think name changed into a,b,c [...] ) in the DLL.

Then I suspect Microsoft Web Developer 2010 Express to be the problem, but I try to install the module on a fresh dotnetnuke install on a local SQL server 2k5 and those error remains.
So I think it clear MWD2k10E of responsability.

The path seems to lead into a compilation error or something into the DLL.
I beg some one with the source to compile it and share the dll with us.

Regards,
Joël

New Post
 09/07/2010 01:47 p.m.
 
 Modificado por Jayd96  on 09/07/2010 12:48:31 p.m.

Up ;)

Can someone check if the objet reference is in the DLL into his DotNetNuke Installation (with the DSLocalisator installed)

Here is the path:
~/bin/Delisoft.DNN.Modules.DSLocalizator.dll

Check for the namespace:
Delisoft.DNN.Modules.DSLocalizator{}
|_ DSLocaleSelector{} <<<missing or something
    |_ A{} <<< WTF ?
    |_ B{}
|_ DSLocaleSelectorPA{}

 
Thanks for your time and help,
Regards,
Joël

New Post
 26/07/2010 07:21 a.m.
 

Up,

Lopocon, help us here ;)
You did a pretty good job there and i just want make it work.

Regards,
Joël

Anterior Anterior
 
Siguiente Siguiente
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorDSLocaleSelector For DNN5 (v3.0.4) Skin Object not working in DNN 5.4.4DSLocaleSelector For DNN5 (v3.0.4) Skin Object not working in DNN 5.4.4