Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Error: Could Not Load Skin: Error: Could Not Load Skin:
Previous
 
Next
New Post
8/31/2006 8:48 PM
 

Hello

I am having a problem loading a skin:

Error: Parser Error: There can be only one 'control' directive.

I have looked over this skin several times but I am unable to find the error in question.

 

<%@ Control language="vb" CodeBehind="~/admin/Skins/skin.vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %>
<%@ Register TagPrefix="dnn" TagName="LOGO" Src="~/Admin/Skins/Logo.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LINKS" Src="~/Admin/Skins/Links.ascx" %>
<%@ Register TagPrefix="dnn" TagName="SEARCH" Src="~/Admin/Skins/Search.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LOGIN" Src="~/Admin/Skins/Login.ascx" %>
<%@ Register TagPrefix="dnn" TagName="USER" Src="~/Admin/Skins/User.ascx" %>
<%@ Register TagPrefix="dnn" TagName="CURRENTDATE" Src="~/Admin/Skins/CurrentDate.ascx" %>
<%@ Register TagPrefix="dnn" TagName="COPYRIGHT" Src="~/Admin/Skins/Copyright.ascx" %>
<%@ Register TagPrefix="dnn" TagName="VENTURETOPMENU" Src="~/DesktopModules/DnnForge.Venture.SkinObjects/TopMenu.ascx" %>
<%@ Register TagPrefix="dnn" TagName="SUPPORTINFO" Src="~/DesktopModules/SupportInfo/Supportinfo.ascx" %>
<%@ Register TagPrefix="dnn" TagName="PAGEGENERATED" Src="~/DesktopModules/PageGenerated/PageGenerated.ascx" %>
<%@ Register TagPrefix="dnn" TagName="HOSTNAME" Src="~/Admin/Skins/HostName.ascx" %>
<%@ Register TagPrefix="dnn" TagName="BREADCRUMB" Src="~/Admin/Skins/BreadCrumb.ascx" %>
<%@ Register TagPrefix="speerio" TagName="SKINPREFS" Src="~/controls/Speerio/Skinergy/skinprefs.ascx" %>
<%@ Register TagPrefix="dnn" TagName="INVSIDEMENU" Src="~/DesktopModules/Inventua - SideMenu/sidemenu.ascx" %>


<div id="page_wrap">
<div id="ControlPanel" runat="server"></div>
<div class="clearboth">&nbsp;</div>

<div id="head-wrap">
  <div  id="header"> <div id="top-tag"><div runat="server" id="TopTag"></div>
</div><div id="top-tools">
<div class="toolblock">
  <h6> Text size </h6>
  <speerio:SKINPREFS runat="server" mode="Text" /></div>
  <br /><div class="toolblock">
 <span> <dnn:CURRENTDATE runat="server" id="dnnCURRENTDATE" CssClass="user" /></span>
</div><br /> <br />
<div class="toolblock">
<span><dnn:LOGIN runat="server" id="dnnLOGIN" CssClass="user" /><br /><dnn:USER runat="server" id="dnnUSER" CssClass="user" /></span>
</div><br /> <br />
<div class="toolblock"><span><dnn:SEARCH runat="server" id="dnnSEARCH" CssClass="user" /></span>
</div>
  </div> 
  <div id="logo"><dnn:LOGO runat="server" id="dnnLOGO" />
  </div> 
<div id="tag"> <div>You are here:<br /> <dnn:BREADCRUMB runat="server" id="dnnBREADCRUMB" CssClass="domain_breadcrumb" RootLevel="0" Separator="&nbsp;/&nbsp;" /></div>   </div>
    </div>
</div>
<div id="domain_content">
<div id="domain_left"><div id="leftmenu">
    <dnn:INVSIDEMENU runat="server" id="dnnINVSIDEMENU" RootTab="-1"
DrawSeperator="False" DrawTrailingHR="False" UseName="True"
TreatTopLevelAsHeader="True" MenuHeaderCssClass="MenuHdr"
ItemCssClass="MenuItem"
ItemHighlightCssClass= "MenuItemMouseOver"
CurrentItemCssClass="MenuCurrentPage" />
  </div>
  <div class="menu-base"></div>
  <br />
  <div class="nav-blue"><div runat="server" id="leftContent"></div>
</div>
</div>
<div id="domain_main">
 <div id="navigation">
  <div id="tabarea">
  <dnn:VENTURETOPMENU runat="server" id="dnnVENTURETOPMENU" /></div>
   </div><div class="clearboth"></div>  
 <div id="domain_center">
 <div class="white">
 <div runat="server" id="ContentPane"></div>
 </div>
 <div class="off-white">
   <div runat="server" id="DomainPane"></div>
</div>
<div class="white"><div runat="server" id="DomainInfo"></div>
</div>
 </div> <!--end center -->
 <div id="domain_right"> <div class="pale-blue"><div runat="server" id="rightContent"></div>
</div> </div><!--end right col -->
 <div class="clearboth">&nbsp;</div>
 <!--start footer -->
</div>
<div id="domain_footer"><dnn:LINKS runat="server" id="dnnLINKS" CssClass="domain_footer" Level="Root" Separator="&nbsp;&nbsp;|&nbsp;&nbsp;" /><br />
  <dnn:COPYRIGHT runat="server" id="dnnCOPYRIGHT" CssClass="domain_footer" /><br/>   
 <div class="toolbar"><dnn:PAGEGENERATED runat="server" id="dnnPAGEGENERATED" CssClass="domain_footer" />
 &nbsp;| &nbsp;<dnn:SUPPORTINFO runat="server" id="dnnSUPPORTINFO" CssClass="domain_footer" />
 
 </div> 
   </div>
</div><!--end domain content -->

</div><!--end page wrap -->

 

I would be grateful if somebody with a keen eye could spot the mistake.

Thanks

Lynn


www.seemalta.net
 
New Post
9/1/2006 4:04 AM
 

Hello

Solution found:

I removed <div id="ControlPanel" runat="server"></div>


 


www.seemalta.net
 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Skins, Themes, ...Skins, Themes, ...Error: Could Not Load Skin: Error: Could Not Load Skin:


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out