Register | Login
Friday, February 10, 2012
  Search
 Discussion Forums at Locopon's Minimize
 
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
Previous Previous
 
Next Next
New Post
 7/1/2010 9:03 AM
 
 Modified By Jayd96  on 7/9/2010 12:23:06 PM

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
 7/4/2010 2:12 AM
 

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
 7/5/2010 3:49 PM
 
 Modified By Jayd96  on 7/9/2010 12:22:38 PM

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
 7/9/2010 2:47 PM
 
 Modified By Jayd96  on 7/9/2010 12:48:31 PM

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
 7/26/2010 8:21 AM
 

Up,

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

Regards,
Joël

Previous Previous
 
Next Next
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