Parser Error

Last post 03-24-2004, 3:56 PM by Spyrias. 2 replies.
Sort Posts: Previous Next
  •  03-23-2004, 4:55 PM 597

    Parser Error

    All of the demo applications return this error message:

     

     

    Server Error in '/' Application.

    Parser Error

    Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

    Parser Error Message: File or assembly name CuteEditor, or one of its dependencies, was not found.

    Source Error:

    Line 1:  <%@ Page Language="vb"  ValidateRequest="False" %>
    Line 2:  <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
    Line 3:  
    Line 4:  <html>

    Source File: d:\208.186.112.225\CuteEditor\enableall_vb.aspx    Line: 2

    Assembly Load Trace: The following information can be helpful to determine why the assembly 'CuteEditor' could not be loaded.

    === Pre-bind state information ===
    LOG: DisplayName = CuteEditor
     (Partial)
    LOG: Appbase = file:///d:/208.186.112.225
    LOG: Initial PrivatePath = bin
    Calling assembly : (Unknown).
    ===
    
    LOG: Policy not being applied to reference at this time (private, custom, partial, or location-based assembly bind).
    LOG: Post-policy reference: CuteEditor
    LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/c84535b1/27f3d3a2/CuteEditor.DLL.
    LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/c84535b1/27f3d3a2/CuteEditor/CuteEditor.DLL.
    LOG: Attempting download of new URL file:///d:/208.186.112.225/bin/CuteEditor.DLL.
    LOG: Attempting download of new URL file:///d:/208.186.112.225/bin/CuteEditor/CuteEditor.DLL.
    LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/c84535b1/27f3d3a2/CuteEditor.EXE.
    LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/c84535b1/27f3d3a2/CuteEditor/CuteEditor.EXE.
    LOG: Attempting download of new URL file:///d:/208.186.112.225/bin/CuteEditor.EXE.
    LOG: Attempting download of new URL file:///d:/208.186.112.225/bin/CuteEditor/CuteEditor.EXE.
    


    Version Information: Microsoft .NET Framework Version:1.1.4322.573; ASP.NET Version:1.1.4322.573

     

    I've just purchased CuteEditor so it's probably something simple.  Thank you for all your help.

  •  03-24-2004, 7:07 AM 599 in reply to 597

    Re: Parser Error

    Hi,

     

    Is CuteEditor.dll  present in the bin folder of the web application? It should be present there...

     

    Also ensure that the directory is marked as a "virtual directory" in IIS and is not just a folder placed in wwwroot.

     

    keep me post



    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

  •  03-24-2004, 3:56 PM 601 in reply to 599

    Re: Parser Error

    Thanks, the problem was that I burried the CuteEditor.dll in the bin folder in another directory.  Once I put the bin folder in the root directory it worked great.  Thanks again.
View as RSS news feed in XML