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.) .
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