A valid license cannot be granted for the type CuteEditor.Editor

Last post 01-30-2004, 4:10 PM by Adam. 1 replies.
Sort Posts: Previous Next
  •  01-30-2004, 3:54 PM 268

    A valid license cannot be granted for the type CuteEditor.Editor

    Recently I purchased a license from your company and received a CuteEditor.lic file via email.  I placed the file in the root of my project and then compiled a project in release mode on my laptop (which worked beautifully).  My problems occurred when I deployed my project on my company's intranet server.  The server returned the following exception:

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

    My company uses Active Directory so internally our primary DNS suffix is hcri.edu whereas our proper domain name is hcri.harvard.edu.  You created the license from our domain name.  Could this be the problem?  Looking forward to your answer.

    Joseph Finsterwald
    Harvard Clinical Research Institute
    Webmaster
  •  01-30-2004, 4:10 PM 269 in reply to 268

    Re: A valid license cannot be granted for the type CuteEditor.Editor

    Joseph,

     

    Please run the following code in your server and email the result to us.

     

    <%@ Page Language="C#" %>

    <script runat="server">

       void Page_Load(object sender, System.EventArgs e) {

           Literal1.Text = HttpContext.Current.Request.Url.Host.ToLower() + "<br><br>" + HttpContext.Current.Request.ServerVariables["LOCAL_ADDR"];

    }

    </script>

    <html>

    <head>

    </head>

    <body>

           <form runat="server">

               <asp:Literal ID="Literal1" Runat="server" />

          </form>

    </body>

    </html>


    asp.net Chat http://cutesoft.net/ASP.NET+Chat/default.aspx
    Web Messenger: http://cutesoft.net/Web-Messenger/default.aspx
    asp.net wysiwyg editor: http://cutesoft.net/ASP.NET+WYSIWYG+Editor/default.aspx
    asp wysiwyg html editor: http://cutesoft.net/ASP
    asp.net Image Gallery: http://cutesoft.net/ASP.NET+Image+Gallery/default.aspx
    Live Support: http://cutesoft.net/live-support/default.aspx

View as RSS news feed in XML