Re: Trouble with Installing for Multiple Sites on Same Server

  •  11-23-2005, 4:51 PM

    Re: Trouble with Installing for Multiple Sites on Same Server

    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 2:  <%@ Import Namespace="System.Data.SqlClient" %>
    Line 3: <%@ Import Namespace="System.IO" %>
    Line 4: <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
    Line 5: <script runat="server">
    Line 6: Public Sub Page_Load(sender As object, e As System.EventArgs)

    Source File: D:\Inetpub\WWWRoot\myCompany\client2\Construction\cms-backdoor\edit.aspx    Line: 4

    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:/Inetpub/WWWRoot/myCompany/client2/Construction
    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/be9a0177/e2ac9860/CuteEditor.DLL.
    LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/be9a0177/e2ac9860/CuteEditor/CuteEditor.DLL.
    LOG: Attempting download of new URL file:///D:/Inetpub/WWWRoot/myCompany/client2/Construction/bin/CuteEditor.DLL.
    LOG: Attempting download of new URL file:///D:/Inetpub/WWWRoot/myCompany/client2/Construction/bin/CuteEditor/CuteEditor.DLL.
    LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/be9a0177/e2ac9860/CuteEditor.EXE.
    LOG: Attempting download of new URL file:///C:/WINNT/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/be9a0177/e2ac9860/CuteEditor/CuteEditor.EXE.
    LOG: Attempting download of new URL file:///D:/Inetpub/WWWRoot/myCompany/client2/Construction/bin/CuteEditor.EXE.
    LOG: Attempting download of new URL file:///D:/Inetpub/WWWRoot/myCompany/client2/Construction/bin/CuteEditor/CuteEditor.EXE.


    Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032
View Complete Thread