Framework 2 problem

  •  05-08-2007, 12:18 AM

    Framework 2 problem

    Hi,
     
    I have just tried a clean install of v6 to demo to a client, our test server runs framework 1 and the pages worked fine.
     
    When deploying to the remote server I discovered it was running framework 2 (Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210).  So I used the Framework two files.
     
    Copied the entire cutesoft_client folder and the bin files (from a fresh download).
     
    But when I tried a test page. the control failed to initialise.
     
    test page code:
     
    <%@ Page validateRequest="false" Language="C#"%>
    <%
    @ Register TagPrefix="CE" Namespace="CuteEditor" Assembly="CuteEditor" %>
    <form runat="server" ID="Form1">
    <CE:Editor id="page_content" runat="server" EditorWysiwygModeCss="/nzhealth_content.css,/nzhealth_display.css" ConfigurationPath="//CuteSoft_Client/CuteEditor/Configuration/AutoConfigure/Default.config">
    </CE:Editor>
    </form>


    test page url:
     
    Any Ideas?  We're due to demo it tomorrow.
     
    Regards
     
    Kev
     
     
View Complete Thread