Worked on Friday but getting the "The License for Editor is not valid" error today

  •  04-04-2005, 11:12 AM

    Worked on Friday but getting the "The License for Editor is not valid" error today

    The system that I am building with the Editor worked fine for me on Friday but for some strange reason is not working today. Checking with my IT staff, I am told that we have purchased it.
     
    It is giving me this error:
     
    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: The License for Editor is not valid.

    Source Error:

    Line 145: showFieldTitle(coll["text"].displayName, coll["text"].required);
    Line 146: %>
    Line 147: <CE:Editor EditorWysiwygModeCss="/css/mcoc.css" id="Editor1" runat="server"></CE:Editor>
    Line 148: <tr><td colspan='2'>&nbsp;</td></tr>
    Line 149:</table>

    Source File: D:\websites\manchester-chamber2.org\web\admin\education\education.aspx    Line: 147

    Stack Trace:

    [LicenseException: The License for Editor is not valid.] v.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions) +536 CuteEditor.EditorLicenceProvider.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions) +55 System.ComponentModel.LicenseManager.ValidateInternalRecursive(LicenseContext context, Type type, Object instance, Boolean allowExceptions, License& license, String& licenseKey) +326 System.ComponentModel.LicenseManager.ValidateInternal(Type type, Object instance, Boolean allowExceptions, License& license) +44 System.ComponentModel.LicenseManager.Validate(Type type) +29 CuteEditor.Editor..ctor() +59 ASP.education_aspx.__BuildControlEditor1() in D:\websites\manchester-chamber2.org\web\admin\education\education.aspx:147 ASP.education_aspx.__BuildControl__control2() in D:\websites\manchester-chamber2.org\web\admin\education\education.aspx:135 ASP.education_aspx.__BuildControlTree(Control __ctrl) in D:\websites\manchester-chamber2.org\web\admin\education\education.aspx:1 ASP.education_aspx.FrameworkInitialize() in c:\WINNT\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\root\6dd22c7d\228b1eb4\1r4vfs0o.0.cs:0 System.Web.UI.Page.ProcessRequest() +85 System.Web.UI.Page.ProcessRequest(HttpContext context) +18 System.Web.CallHandlerExecutionStep.System.Web.HttpApplication+IExecutionStep.Execute() +179 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +87

     
    My web.config file is:
     
    <configuration>
     <system.web>
      <customErrors mode="Off"/>
     </system.web>
        <appSettings>
         <add key="content.about-us" value="/content/about-us/" />
         <add key="content.education" value="/content/education/" />
         <add key="DictionaryFolder" value="bin" />
        </appSettings>
    </configuration>
     
    Any help would be really appreciated.
View Complete Thread