File does not exist

Last post 08-13-2007, 6:50 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  08-10-2007, 3:11 PM 32391

    File does not exist

    Adam - I saw two other posts related to this bug, but did not see it addressed. Here's the error generated from global.asax. Please look into it. Thanks.
     
    {"File does not exist."}
    System.Web.HttpException: {"File does not exist."}
    Data: {System.Collections.ListDictionaryInternal}
    HelpLink: Nothing
    InnerException: Nothing
    Message: "File does not exist."
    Source: "System.Web"
    StackTrace: " at System.Web.StaticFileHandler.ProcessRequestInternal(HttpContext context)
    at System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state)
    at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
    at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)"
    TargetSite: {System.Reflection.RuntimeMethodInfo}
     
    A simple aspx file to reproduce the error:
     

    <%@ Register Namespace="CuteEditor" Assembly="CuteEditor" TagPrefix="CE" %>

    <%@ Page Language="VB" AutoEventWireup="false" CodeFile="cute.aspx.vb" Inherits="cute" %>

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml">

    <head runat="server">

    <title>Untitled Page</title>

    </head>

    <body>

    <form id="form1" runat="server">

    <aspAJAX:ScriptManager ID="sm1" runat="server" EnablePartialRendering="false">

    </aspAJAX:ScriptManager>

    <div>

    <asp:LinkButton ID="lbNewLink" runat="server" Text="Cute" ValidationGroup="Add"></asp:LinkButton>

    <ajaxToolkit:CollapsiblePanelExtender ID="cpe1" runat="server" ExpandControlID="lbNewLink"

    TargetControlID="pEditor" Collapsed="true">

    </ajaxToolkit:CollapsiblePanelExtender>

    <asp:Panel ID="pEditor" runat="server" CssClass="CollapsePanel">

    <CE:Editor ID="editor1" runat="server" AutoConfigure="Simple" RemoveServerNamesFromUrl="false"

    UseRelativeLinks="false" ShowDecreaseButton="false" ShowEnlargeButton="false"

    Width="100%">

    </CE:Editor>

    </asp:Panel>

    </div>

    </form>

    </body>

    </html>

  •  08-13-2007, 6:50 PM 32429 in reply to 32391

    Re: File does not exist

    handy,
     
    I have no clue right now. Can you create a simple project showing the problem and send it to me?
     
     

    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML