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...Administration ...Administration ...wird error i need to understand whywird error i need to understand why
Previous
 
Next
New Post
1/5/2010 8:30 AM
 

i facing this error after 2 monthe of running DNN :

---------------------------------------------------------------------

AssemblyVersion: 5.1.4
PortalID: 0
PortalName: الأرجان العالمية العقارية
UserID: 1
UserName: host
ActiveTabID: 84
ActiveTabName: مبادرات المجتمع
RawURL: /dnn3ar/Default.aspx?tabid=84
AbsoluteURL: /dnn3ar/Default.aspx
AbsoluteURLReferrer: http://crm3/dnn3ar/Default.aspx?tabid...
UserAgent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; InfoPath.2; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; OfficeLiveConnector.1.3; OfficeLivePatch.0.0)
DefaultDataProvider: DotNetNuke.Data.SqlDataProvider, DotNetNuke.SqlDataProvider
ExceptionGUID: 787c5d78-33e6-4f67-8f79-7044c67dc955
InnerException: Unhandled error loading page.
FileName:
FileLineNumber: 0
FileColumnNumber: 0
Method: System.Web.UI.Util.CheckVirtualFileExists
StackTrace:
Message: DotNetNuke.Services.Exceptions.PageLoadException: Unhandled error loading page. ---> System.Web.HttpParseException: The file '/dnn3ar/Portals/_default/Skins/alargan/Admin/Skins/Language.ascx' does not exist. ---> System.Web.HttpParseException: The file '/dnn3ar/Portals/_default/Skins/alargan/Admin/Skins/Language.ascx' does not exist. ---> System.Web.HttpException: The file '/dnn3ar/Portals/_default/Skins/alargan/Admin/Skins/Language.ascx' does not exist. at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.BaseTemplateParser.GetReferencedType(VirtualPath virtualPath, Boolean allowNoCompile) at System.Web.UI.BaseTemplateParser.GetUserControlType(VirtualPath virtualPath) at System.Web.UI.MainTagNameToTypeMapper.ProcessUserControlRegistration(UserControlRegisterEntry ucRegisterEntry) at System.Web.UI.BaseTemplateParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateControlParser.ProcessDirective(String directiveName, IDictionary directive) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ProcessException(Exception ex) at System.Web.UI.TemplateParser.ParseStringInternal(String text, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) --- End of inner exception stack trace --- at System.Web.UI.TemplateParser.ParseString(String text, VirtualPath virtualPath, Encoding fileEncoding) at System.Web.UI.TemplateParser.ParseReader(StreamReader reader, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseFile(String physicalPath, VirtualPath virtualPath) at System.Web.UI.TemplateParser.ParseInternal() at System.Web.UI.TemplateParser.Parse() at System.Web.UI.TemplateParser.Parse(ICollection referencedAssemblies, VirtualPath virtualPath) at System.Web.Compilation.BaseTemplateBuildProvider.get_CodeCompilerType() at System.Web.Compilation.BuildProvider.GetCompilerTypeFromBuildProvider(BuildProvider buildProvider) at System.Web.Compilation.BuildProvidersCompiler.ProcessBuildProviders() at System.Web.Compilation.BuildProvidersCompiler.PerformBuild() at System.Web.Compilation.BuildManager.CompileWebFile(VirtualPath virtualPath) at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile) at System.Web.UI.TemplateControl.LoadControl(VirtualPath virtualPath) at System.Web.UI.TemplateControl.LoadControl(String virtualPath) at DotNetNuke.UI.ControlUtilities.LoadControl[T](TemplateControl containerControl, String ControlSrc) at DotNetNuke.UI.Skins.Skin.LoadSkin(PageBase Page, String SkinPath) --- End of inner exception stack trace ---
Source:
Server Name: CRM3
-------------------------------

i need to know why ask for this Admin folder inside skin folder i take a copy of Admin folder that was in root to skin folder after this it work and error disaper but why i need to know why it ask for this file in this path

my skin file code is:

------------------------------------

<%@ Control language="vb" AutoEventWireup="false" Explicit="True" Inherits="DotNetNuke.UI.Skins.Skin" %>
<%@ Register TagPrefix="dnn" TagName="LANGUAGE" Src="Admin/Skins/Language.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LOGO" Src="Admin/Skins/Logo.ascx" %>
<%@ Register TagPrefix="dnn" TagName="SEARCH" Src="Admin/Skins/Search.ascx" %>
<%@ Register TagPrefix="dnn" TagName="NAV" Src="Admin/Skins/Nav.ascx" %>
<%@ Register TagPrefix="dnn" TagName="TEXT" Src="Admin/Skins/Text.ascx" %>
<%@ Register TagPrefix="dnn" TagName="BREADCRUMB" Src="Admin/Skins/BreadCrumb.ascx" %>
<%@ Register TagPrefix="dnn" TagName="USER" Src="Admin/Skins/User.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LOGIN" Src="Admin/Skins/Login.ascx" %>
<%@ Register TagPrefix="dnn" TagName="LINKS" Src="Admin/Skins/Links.ascx" %>
<%@ Register TagPrefix="dnn" TagName="PRIVACY" Src="Admin/Skins/Privacy.ascx" %>
<%@ Register TagPrefix="dnn" TagName="TERMS" Src="Admin/Skins/Terms.ascx" %>
<%@ Register TagPrefix="dnn" TagName="COPYRIGHT" Src="Admin/Skins/Copyright.ascx" %>
<%@ Register TagPrefix="dnn" TagName="STYLES" Src="Admin/Skins/Styles.ascx" %>


<head>
<style type="text/css">
.style2 {
 text-align: justify;
 text-justify: kashida;
}
</style>
<script language=javascript src="http://crm3/dnn1/expander.js" type=text/javascript></script>
</head>


<script language="javascript" type="text/javascript" for="Movie1" event="onclick">
<!--
return Movie1_onclick()
// -->
</script>

<%--<script  type="text/javascript">
/*<![CDATA[*/

function Scroll(id,ud,spd){
 var obj=document.getElementById(id);
 clearTimeout(obj.to);
 if (ud){
  obj.scrollTop=obj.scrollTop+ud;
  obj.to=setTimeout(function(){ Scroll(id,ud,spd); },spd||10)
 }
}
/*]]>*/
</script>--%>
<script src="http://crm3/dnn1/Scripts/AC_RunActive..." type="text/javascript">
function Movie1_onclick() {
}
</script>
<%--<script src="http://crm3/dnn1/scroll/js/dw_event.js" type="text/javascript"></script>
<script src="http://crm3/dnn1/scroll/js/dw_scroll.js" type="text/javascript"></script>
<script src="http://crm3/dnn1/scroll/js/html_att_e..." type="text/javascript"></script>
<script src="http://crm3/dnn1/scroll/js/scroll_con..." type="text/javascript"></script>
<script type="text/javascript">
    // This example uses HTML event handler attributes, the functions for which are found in html_att_ev.js
    function init_dw_Scroll() {
        // arguments: id of outer div, id of content div
        // if horizontal scrolling, id of element containing scrolling content (table?)

        var wndo2 = new dw_scrollObj('wn2', 'lyr2');
        wndo2.setUpScrollControls('scroll_links');
    }

    // if code supported, link in the style sheet and call the init function onload
    if (dw_scrollObj.isSupported()) {
        //dw_writeStyleSheet('css/scroll.css');
        dw_Event.add(window, 'load', init_dw_Scroll);
    }

 

</script>--%>

 

 


<center>
<table style="width: 946px; background-color:#EFEFEF;">
 <tr>
  <td style="width: 10px">&nbsp;</td>
  <td style="width: 926px">
  
  
  <table width="926px"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="22" colspan="2" valign="top" bgcolor="#EFEFEF">
                                <table style="width:926px">
                                    <tr>
                                        <td width="375" >
                                           
                             &nbsp;</td>
                                        <td height="20px" >
                                        &nbsp;&nbsp;
                                       
        <a href="https://mail.alargan.com/exchange" target="_blank"><img alt="Home" src="http://crm3/dnn3ar/arabic_login.jpg" height="22" style="border-style:none; border-width: 0; padding-left:0px; padding-right:0px;"></a>
        <a href="http://crm3/dnn3ar/contactus.aspx">... alt="career" src="http://crm3/dnn3ar/arabic_concatus.jpg" height="22" style="border-style: none;border-width: 0; padding-left:0px; padding-right:0px;"></a>
        <a href="http://alargan.bayt.com" target="_blank"><img alt="contact us" src="http://crm3/dnn3ar/arabic_career.jpg" height="22" style="border-style: none;border-width: 0; padding-left:0px; padding-right:0px;"></a>
        <a href="http://crm3/dnn3ar/الرئيسية.aspx">... alt="staff login" src="http://crm3/dnn3ar/arabic_home.jpg" height="22" style="border-style: none;border-width: 0; padding-left:0px; padding-right:0px;"></a>
          
           </td>
                                        <td height="20px" style="text-align:right" >
          
           <span style="font-size:xx-small; color:#808080;">
          <a href="http://crm3/dnn3/Default.aspx" style="text-decoration: none;">
           <span style="color: #8F8F8F; font-family:Verdana; " >English</span></a></span></td>
                                    </tr>
                                </table>
                           
    </td>
  </tr>
  <tr width="982px">
    <td valign="top" style="height: 160px; width:375px; background-color:white;">
     <dnn:LOGO runat="server" id="dnnLOGO"  />
     </td>
  <td class="style2" dir="rtl" style="width: 600px;" >
      <object
        classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
        codebase="http://download.macromedia.com/pub/sh..."
        id="BannerSlide" style="float: right; width: 100%; height: 100%;" align="right" class="style1" >
        <param name="movie" value="http://crm3/dnn3/flash-website.swf">
        <param name="bgcolor" value="#ffffff">
        <param name="quality" value="High">
        <param name="allowscriptaccess" value="samedomain">
        <param name="wmode" value="transparent">
  <param name="salign" value="R">
        <param name="scale" value="ExactFit">
        <embed
          type="application/x-shockwave-flash"
          pluginspage="http://www.adobe.com/shockwave/downlo..."
          name="BannerSlide"
          src="http://crm3/dnn3/flash-website.swf"
          bgcolor="#ffffff"
          quality="High"
          allowscriptaccess="samedomain" salign="R" wmode="transparent" style="width: 100%; height: 100%" scale="ExactFit" >
          <noembed>
          </noembed>
        </embed>
      </object>
 
          </td>
  </tr>
<tr>
    <td height="24" width="926" colspan="2" bgcolor="#cdcccb" style="text-align:center; ">

<center>
   <dnn:NAV runat="server" id="dnnNAV" ProviderName="DNNMenuNavigationProvider" IndicateChildren="false" ControlOrientation="Horizontal" CSSControl="mainMenu" Level="2" CSSNode="cssNode" />
</center>  
</td>
  </tr>
  <tr>
    <td height="22px" colspan="2">&nbsp;</td>
  </tr>
  <tr>
    <td colspan="2" align="center" valign=top>
    <div class="content_pad" >
                             <div class="content_width" >
                                 <div runat="server" id="TopPane" class="TopPane" ></div>
                                
                                 <table width="926px" border="0" cellspacing="0" cellpadding="0">
                                     <tr>
                                         <td valign="top" id="LeftPane" class="LeftPane" runat="server">
                                         </td>
                                         <td valign="top" id="ContentPane" class="ContentPane" runat="server">
                                         </td>
                                         <td valign="top" id="RightPane" class="RightPane" runat="server">
                                         </td>
                                     </tr>
                                 </table>
                                 <div runat="server" id="BottomPane"  class="BottomPane" ></div>
                             </div>
                         </div>
      </td>
  </tr>
 

  <tr>
    <td colspan="2" style="height:0px;" >
   
 
    </td>
  </tr>

  <tr>
    <td colspan="2" >
    <div align="center" class="style9" style=" padding-bottom:5px; margin-bottom:5px;">
 
  <dnn:COPYRIGHT runat="server" id="dnnCOPYRIGHT"  CssClass="footer" /> </div>
    </td>
  </tr>


 
</table>

  
  </td>
  <td style="width: 10px">&nbsp;</td>
 </tr>
 
</table>
<div style="height:18px; width:926px; background-color:#b2b1b2;">
&nbsp;
</div>
 

  <dnn:STYLES runat="server" id="StylesIE6"  Name="IE6Minus" StyleSheet="css/ie6skin.css" Condition="LT IE 7" UseSkinPath="true" />


</center>

<script language="JavaScript1.2">

/*
Disable right click script II (on images)- By Dynamicdrive.com
For full source, Terms of service, and 100s DTHML scripts
Visit http://www.dynamicdrive.com
*/

var clickmessage="Copyright ©2009 - ALARGAN International Real Estate Company"

function disableclick(e) {
if (document.all) {
if (event.button==2||event.button==3) {
if (event.srcElement.tagName=="IMG"){
clickmessage);
return false;
}
}
}
else if (document.layers) {
if (e.which == 3) {
clickmessage);
return false;
}
}
else if (document.getElementById){
if (e.which==3&&e.target.tagName=="IMG"){
clickmessage)
return false
}
}
}

function associateimages(){
for(i=0;i<document.images.length;i++)
document.images[i].onmousedown=disableclick;
}

if (document.all)
document.onmousedown=disableclick
else if (document.getElementById)
document.onmouseup=disableclick
else if (document.layers)
associateimages()
</script>
---------------------------------------------------------------------

 

 
Previous
 
Next
HomeHomeUsing DNN Platf...Using DNN Platf...Administration ...Administration ...wird error i need to understand whywird error i need to understand why


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