I've moved my customised files to a new folder in desktopmodules folder and restored my original signin files back to the core folder.
I don't no what you mean with namespaces, but I think you aim at this code:
@ Control language="vb" Inherits="DotNetNuke.Modules.Admin.Security.Signin" CodeFile="Signin.ascx.vb" AutoEventWireup="false" Explicit="True" %>@ Register TagPrefix="dnn" Assembly="DotNetNuke" Namespace="DotNetNuke.UI.WebControls"%>@ Register TagPrefix="dnn" TagName="Label" Src="~/controls/LabelControl.ascx" %>@ Register TagPrefix="dnn" TagName="Password" Src="~/Admin/Users/Password.ascx" %>@ Register TagPrefix="dnn" TagName="Profile" Src="~/Admin/Users/Profile.ascx" %>@ Register TagPrefix="dnn" TagName="UserSkin" Src="~/Admin/Skins/User.ascx" %>@ Register TagPrefix="dnn" TagName="LoginSkin" Src="~/Admin/Skins/Login.ascx" %>
<%
All source files are starting with ~, so that is okay, isn't it?
I removed all old tokens at host -> modules and created a new one. I used it in all the skins. I'm getting this error again at top of my pages:
Could Not Load Skin: /Portals/_default/Skins/Pius/vervolgrijssen.ascx Error: Value cannot be null. Parameter name: format
I've found the following error message in the logfiles:
AssemblyVersion: 04.04.01
PortalID: 0
PortalName: Pius X College
UserID: 1
UserName: host
ActiveTabID: 106
ActiveTabName: Examens
RawURL: /tabid/106/Default.aspx
AbsoluteURL: /Default.aspx
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; InfoPath.2; FDM; .NET CLR 3.5.20706; .NET CLR 3.0.590)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 81097450-d9cd-4e0c-b24c-2624270fcdcc
InnerException: Unhandled error loading page.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.String.Format
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Unhandled error loading page. ---> System.ArgumentNullException: Value cannot be null. Parameter name: format at System.String.Format(IFormatProvider provider, String format, Object[] args) at DotNetNuke.Modules.Admin.Users.Password.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at System.Web.UI.Control.DataBindChildren() at System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) at System.Web.UI.Control.DataBind() at DotNetNuke.Framework.DefaultPage.LoadSkin(String SkinPath) --- End of inner exception stack trace ---
Source: