Problems installing on XP

Last post 08-06-2008, 12:45 PM by solucionmike. 3 replies.
Sort Posts: Previous Next
  •  08-06-2008, 8:02 AM 42781

    Problems installing on XP

    Hi, Just downloaded the .NET zip file to my windows XP SP3 PC, and followed instructions for framwork 2.0..
     
    1) Created C:\Inetpub\wwwroot\webapplication1 folder
    2) Copied the bin folder under it: C:\Inetpub\wwwroot\webapplication1\bin (and all its contents)
    3) Copied the vb folder their too:  C:\Inetpub\wwwroot\webapplication1\vb  (and all its contents)
    4) Copied the CuteSoft_Client: C:\Inetpub\wwwroot\webapplication1\CuteSoft_Client\CuteEditor   (and all its contents)
     
    OK, could not see any other installation requirements (no installer etc.) .
     
    trying to view sample: http://localhost/webapplication1/vb/Default.aspx  caused lots of errors like:
     
    Line 4:  <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
    Source File: c:\inetpub\wwwroot\webapplication1\vb\Default.aspx    Line: 4
    === Pre-bind state information ===
    LOG: DisplayName = CuteEditor
    (Partial)
    LOG: Appbase = file:///c:/inetpub/wwwroot
    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:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/2135a508/8d69a834/CuteEditor.DLL.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/2135a508/8d69a834/CuteEditor/CuteEditor.DLL.
    LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/bin/CuteEditor.DLL.
    LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/bin/CuteEditor/CuteEditor.DLL.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/2135a508/8d69a834/CuteEditor.EXE.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/2135a508/8d69a834/CuteEditor/CuteEditor.EXE.
    LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/bin/CuteEditor.EXE.
    LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/bin/CuteEditor/CuteEditor.EXE.
     
    ============================================
     
    OK, a big mess but some nice error messages pointing to file locations that I had not setup (not in instructions that i had followed)
     
    so added bin to: c:/inetpub/wwwroot/bin/ and "Refreshed my page" and got less errors..
     
    Line 4:  <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
    Source File: c:\inetpub\wwwroot\webapplication1\vb\Default.aspx    Line: 4
    === Pre-bind state information ===
    LOG: DisplayName = CuteEditor
    (Partial)
    LOG: Appbase = file:///c:/inetpub/wwwroot
    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:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/2135a508/8d69a834/CuteEditor.DLL.
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/2135a508/8d69a834/CuteEditor/CuteEditor.DLL.
    LOG: Attempting download of new URL file:///c:/inetpub/wwwroot/bin/CuteEditor.DLL.
     
     
    Hmm, less errors so i guess thats nice and some more error messages about missing files..
    so i copied the CuteEditor.DLL files  to WINDOWS/Microsoft.NET directories as indicated
    and "refreshed my Browser"
    now only 1 error..
    Line 4:  <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
    LOG: Attempting download of new URL file:///C:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/2135a508/8d69a834/CuteEditor.DLL.
     
    OK, not much luck so far, so I  installed all files for NET 1.x (and all approp files and directories)..
     
    I got same error as above.
     
    I am now completely at a loss, i guess I am missing some thing.
     
    Thanks
     
    Mike
     
     
     
  •  08-06-2008, 10:43 AM 42783 in reply to 42781

    Re: Problems installing on XP

    Is webapplication1 a virtual directory?
     
    If no, please

    copy the DLL to C:\Inetpub\wwwroot\bin
    copy the CuteSoft_Client to  C:\Inetpub\wwwroot\
     
    Keep me posted

    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

  •  08-06-2008, 11:47 AM 42787 in reply to 42783

    Re: Problems installing on XP

    Hi,
     
    Nop is not a virtual diectory - just a folder in the wwwroot (IIS) root.
     
    I coped the bin folder and all its contents to C:\Inetpub\wwwroot\bin
     
    and also added the folder C:\Inetpub\wwwroot\CuteSoft_Client\CuteEditor (and all its contents)
     
    and viewing http://localhost/webapplication1/vb/Default.aspx produced the following...
     
     
    Source Error:

    Line 2:  <%@ Register TagPrefix="cutesoft" TagName="banner" Src="banner.ascx" %>
                Line 3:  <%@ Register TagPrefix="cutesoft" TagName="leftmenu" Src="leftmenu.ascx" %>
                Line 4:  <%@ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
                Line 5:
                Line 6:  <html>
     
    Source File: c:\inetpub\wwwroot\webapplication1\vb\Default.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:///c:/inetpub/wwwroot
                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:/WINDOWS/Microsoft.NET/Framework/v1.1.4322/Temporary ASP.NET Files/root/2135a508/8d69a834/CuteEditor.DLL.
     
     
    I then copied all the .dlls in the bin folder to the wwwroot, and same problem
     
    Ideas?
     
    Thanks
  •  08-06-2008, 12:45 PM 42789 in reply to 42781

    Re: Problems installing on XP

    I got the page test page working by adding cuteeditor.dll to the following directory..
     

    C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\2135a508\8d69a834
     
    and recopying the 1.x. frame work pages again to C:\Inetpub\wwwrootwwwroot/bin, C:\Inetpub\wwwroot\CuteSoft_Client
     
    and adding example.css to C:\Inetpub\wwwroot\webapplication1 folder
     
    Thanks
     
    Mike
View as RSS news feed in XML