Registrarse | Entrar
lunes, 21 de mayo de 2012
  Buscar
 Foros de discusión en Locopon's Minimizar
 
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorDNN 5DNN 5
Anterior Anterior
 
Siguiente Siguiente
New Post
 05/01/2010 04:09 a.m.
 
Re: DNN 5  (Bolivia)

Todd: Are you using some kind of URL transformation?.. any friendly URL provider?...

It seems that the url is being transformed before DSLocalizator is receiving it

New Post
 05/01/2010 04:13 a.m.
 
Re: DNN 5  (Bolivia)

Seems like a missin char in the asp .net code. This is while coding skins in html is more portable..hehe

In the object tag, be sure of: 

1) The object starts with a <object name

2) after the object name, each property/value pair is separated by an space

3) the object ends with an />

4) each property pair must be in the form: propertyname="property value"

5) be sure about the quotes in 4

paullaj wrote
 

ianmcfarlane - did you ever find a resolution? I am experiencing the same issue when attempting to put the code in my skin and did the same troubleshooting as you. Even if I only add '<%@ Register TagPrefix="dnn" TagName="DSLOCALESELECTOR1" Src="~/DesktopModules/Delisoft.DSLocalizator/DSLocaleSelector.ascx" %>' with adding anything else to my skin .ascx file I still get the error at 'System.Web.UI.TemplateParser.GetType
'...

Any help or suggestions would be appreciated!

 

ExceptionGUID: fb9809a8-c1e5-4379-88b8-780137b542c6
InnerException: Unhandled error loading page.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.UI.TemplateParser.GetType
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: 
Unhandled error loading page. ---> System.Web.HttpParseException: 
Could not load type 'Delisoft.DNN.Modules.DSLocalizator.DSLocaleSelector'.
 ---> 

 

New Post
 26/01/2010 01:25 a.m.
 
Re: DNN 5  (Switzerland)

ianmcfarlane and toddqn

did you or Locopon find a solution for this?

Could not load type 'Delisoft.DNN.Modules.DSLocalizator.DSLocaleSelector'

Kind regards
Nicolo

New Post
 27/01/2010 03:17 a.m.
 
Re: DNN 5  (United States)

Nicolo,

I could never get it work work. As a work around, for the flag skin object selector, I went with the DNN flags, and quite honestly, I was able to get them to work the same as the dsLocalizator skin object flags, at least in how we needed them to work.

New Post
 22/03/2010 12:40 p.m.
 
Re: DNN 5  (United States)

Nicolo,

I changed the line in my skin file that registers the skin object from -

<%@ Register TagPrefix="dnn" TagName="DSLOCALESELECTOR" Src="~/DesktopModules/Delisoft.DSLocalizator/DSLocaleSelector.ascx" %>

to

<%@ Register TagPrefix="dnn" TagName="DSLOCALESELECTOR" Src="~/DesktopModules/Delisoft.DSLocalizator/DSLocaleSelectorPA.ascx" %>

(note the addition  of PA on the file name) and I'm getting it to work now.

Greg

Anterior Anterior
 
Siguiente Siguiente
Forum / ForosForum / ForosModules/ModulosModules/ModulosDSLocalizatorDSLocalizatorDNN 5DNN 5