I have permission to buy the product....but I won't buy it until I can get it to work

  •  05-10-2004, 3:03 PM

    I have permission to buy the product....but I won't buy it until I can get it to work

    A valid license cannot be granted for the type CuteEditor.Editor. Contact the manufacturer of the component for more information.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.ComponentModel.LicenseException: A valid license cannot be granted for the type CuteEditor.Editor. Contact the manufacturer of the component for more information.

    Source Error:

    Line 10:         <form runat="server">	
    Line 11: 			<h2>Enable All Toolbars</h2>
    Line 12: 			<CE:Editor id="Editor1" EnableFancyDropDownMenu="true" AutoConfigure="EnableAll" runat="server" ></CE:Editor><br /><br />
    Line 13: 			<asp:Button id="btnUpdate" onclick="Submit" Runat="server" Text="Show HTML"></asp:Button>
    Line 14: 			<asp:Literal ID="Literal1" Runat="server" />
View Complete Thread