Parser Error

  •  03-23-2004, 4:55 PM

    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.

View Complete Thread