Receiving the following error periodically. When it does happen, it seems to resolve itself shortly after. Does not happen extremely often, but often enough to be an annoyance to my client. Any suggestions?
Server Error in '/' Application.
The License for Editor is not valid.
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 25: <br>
Line 26: <div align="center">
Line 27: <CE:Editor id="Editor1" runat="server" FilesPath="/CuteEditor_Files" ImageGalleryPath="/Uploads" MediaGalleryPath="/Uploads"></CE:Editor>
Line 28: <br>
Line 29: <asp:Button ID="btnSave" Runat="server" Text="Save"></asp:Button>
Source File: c:\data\domains\smokethat.com\wwwroot\admin\content\editContent.aspx Line: 27
Stack Trace:
[LicenseException: The License for Editor is not valid.]
CuteEditor.Tools.EncryptedLicenseProvider.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions)
System.ComponentModel.LicenseManager.ValidateInternalRecursive(LicenseContext context, Type type, Object instance, Boolean allowExceptions, License& license, String& licenseKey) +325
System.ComponentModel.LicenseManager.ValidateInternal(Type type, Object instance, Boolean allowExceptions, License& license) +44
System.ComponentModel.LicenseManager.Validate(Type type) +29
CuteEditor.Editor..ctor()
ASP.editContent_aspx.__BuildControlEditor1() in c:\data\domains\smokethat.com\wwwroot\admin\content\editContent.aspx:27
ASP.editContent_aspx.__BuildControlForm1() in c:\data\domains\smokethat.com\wwwroot\admin\content\editContent.aspx:4
ASP.editContent_aspx.__BuildControlTree(Control __ctrl) in c:\data\domains\smokethat.com\wwwroot\admin\content\editContent.aspx:1
ASP.editContent_aspx.FrameworkInitialize()
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
Version Information: Microsoft .NET Framework Version:1.1.4322.2032; ASP.NET Version:1.1.4322.2032