Register | Login
Monday, September 06, 2010
  Search
 Discussion Forums at Locopon's Minimize
 
  Forum / Foros  Modules/Modulos  DSLocalizator  DNN 5
Previous Previous
 
Next Next
New Post 1/5/2010 4:09 AM
User is offline Locopon
1185 posts
1st Level Poster


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


Locopon
 
New Post 1/5/2010 4:13 AM
User is offline Locopon
1185 posts
1st Level Poster


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'.
 ---> 

 


Locopon
 
New Post 1/26/2010 1:25 AM
User is offline nicolo
9 posts
www.npitsch.ch
No Ranking


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 1/27/2010 3:17 AM
User is offline ianmcfarlane
4 posts
No Ranking


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 3/22/2010 12:40 PM
User is offline groggu
8 posts
No Ranking


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

 
Previous Previous
 
Next Next
  Forum / Foros  Modules/Modulos  DSLocalizator  DNN 5