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