Hi,
I have installed DotNetNuke 4.5.5 on my localhost. In attempt to make my Default.aspx page XHTML compliant I have accessed the DNN Creative tutorials as well as traced code as my project is executed through debugging. I'm weaning down the errors. The first error I encountered is when the Default.aspx tries to load the page skin user control. I have used the Default blue - Fixed Width default skin.
The function signature is
Private
Function LoadSkin(ByVal SkinPath As String) As UserControlWhen VWD Developer brings up the blue skin fixed width user control,
the initial page directive references a code-behind file which doesn't exist
<%</FONT><FONT color=#0000ff size=2>@</FONT><FONT size=2> </FONT><FONT color=#a31515 size=2>Control</FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2>Language</FONT><FONT color=#0000ff size=2>="vb"</FONT><FONT size=2> </FONT><FONT color=#ff0000 size=2>Codebehind</FONT><FONT color=#0000ff size=2>="~/admin/Skins/skin.vb"</FONT><FONT size=2> .... </FONT><FONT color=#ff0000 size=2>Inherits</FONT><FONT color=#0000ff size=2>="DotNetNuke.UI.Skins.Skin"</FONT><FONT size=2> %>
The skin.vb file does not exist in my installation and causes an error and other problems. I would appreciate if anyone would dig through the code and perhaps tell me of a remedy for this problem.
Thanks,
altein