Does not render; Syntax error

  •  03-11-2009, 3:04 PM

    Does not render; Syntax error

    I am attempting to run the CuteEditor (.NET ver 1.1) using the Deployment instructions EXACTLY and have hit a brick wall.  The control, simply, refuses to render properly.  All I get is a dreaded Syntax error.
     
    My asmx includes the two lines:
     
    <%@ Register TagPrefix="ce" Namespace="CuteEditor" Assembly="CuteEditor" %>
    <ce:Editor id="cedMessageBody" autoconfigure="Simple" runat="server" />
     
     
    Please help! 
     
View Complete Thread