Cannot get editor to open in a web page with asp.net 1.1

  •  03-30-2010, 3:30 PM

    Cannot get editor to open in a web page with asp.net 1.1

    I already use the the Editor in .Net 3.5 and it works fine.
     
    I am trying to get the Editor working on an asp.net page in .Net 1.1.  I'm using Visual Studio 2003 (since .Net 1.1 isn't supported in Visual Studio 2008)
    The always helpful "Object reference not set to an instance of an object." error message comes up when the page is launched.
     
     I added the reference to cuteeditor.dll in the project.
    c:\program files\cute editor\framework 1.x\bin\cuteeditor.dll (Runtime version - v1.1.4322, Version 6.6.0.0)
    The toolbox reference for the Editor points to the same .dll
     
    This is the code for the .aspx page.  The code behind hasn't been touched. 
     
    <%@ Page Language="vb" AutoEventWireup="false" Codebehind="testPDF.aspx.vb" Inherits="wl.testPDF"%>
    <%@ Register TagPrefix="ce" Namespace="CuteEditor" Assembly="CuteEditor" %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML>
        <HEAD>
            <title>testPDF</title>
            <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1">
            <meta name="CODE_LANGUAGE" content="Visual Basic .NET 7.1">
            <meta name="vs_defaultClientScript" content="JavaScript">
            <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
        </HEAD>
        <body MS_POSITIONING="GridLayout">
            <form id="Form1" method="post" runat="server">
                <ce:Editor id="Editor1" style="Z-INDEX: 101; LEFT: 16px; POSITION: absolute; TOP: 8px" runat="server"></ce:Editor>
            </form>
        </body>
    </HTML>
     
     
    What am I missing?
     
    Best regards,
    Tom Wenger
    twenger@softerware.com
     
     
     
     
     

     

    Filed under:
View Complete Thread