DotNetNuke Server Migration

  •  05-02-2005, 5:03 PM

    DotNetNuke Server Migration

    Hello,
     
    Our CuteSoft Editor has been working great on our dev server.  Then we moved our DNN codebase and the database to a different server and we now get these errors when we go to edit a piece of content. 

    Thanks for any help.

    -Jason
     
    Error: Edit Text/HTML is currently unavailable.
    DotNetNuke.Services.Exceptions.ModuleLoadException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object. at DotNetNuke.UI.UserControls.TextEditor.set_Text(String Value) in C:\Development\Projects\dnnlive\controls\TextEditor.ascx.vb:line 196 at DotNetNuke.Modules.Html.EditHtml.Page_Load(Object sender, EventArgs e) in C:\Development\Projects\dnnlive\DesktopModules\HTML\EditHtml.ascx.vb:line 91 --- End of inner exception stack trace ---

     

    Unhandled error loading module.
    DotNetNuke.Services.Exceptions.ModuleLoadException: Unhandled Error Adding Module to ContentPane ---> System.TypeInitializationException: The type initializer for "DotNetNuke.Modules.HTMLEditorProvider.HtmlEditorProvider" threw an exception. ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ComponentModel.LicenseException: The License for Editor is not valid. at v.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions) at CuteEditor.EditorLicenceProvider.GetLicense(LicenseContext context, Type type, Object instance, Boolean allowExceptions) at System.ComponentModel.LicenseManager.ValidateInternalRecursive(LicenseContext context, Type type, Object instance, Boolean allowExceptions, License& license, String& licenseKey) at System.ComponentModel.LicenseManager.ValidateInternal(Type type, Object instance, Boolean allowExceptions, License& license) at System.ComponentModel.LicenseManager.Validate(Type type) at CuteEditor.Editor..ctor() at DotNetNuke.HtmlEditor.CEHtmlEditorProvider..ctor() --- End of inner exception stack trace --- at System.RuntimeType.CreateInstanceImpl(Boolean publicOnly) at System.Activator.CreateInstance(Type type, Boolean nonPublic) at System.Activator.CreateInstance(Type type) at DotNetNuke.Framework.Reflection.CreateObject(String TypeName, String CacheKey) in C:\Development\Projects\dnnlive\components\Shared\Reflection.vb:line 102 at DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType, String ObjectNamespace, String ObjectAssemblyName) in C:\Development\Projects\dnnlive\components\Shared\Reflection.vb:line 67 at DotNetNuke.Framework.Reflection.CreateObject(String ObjectProviderType) in C:\Development\Projects\dnnlive\components\Shared\Reflection.vb:line 41 at DotNetNuke.Modules.HTMLEditorProvider.HtmlEditorProvider.CreateProvider() in C:\Development\Projects\dnnlive\components\Providers\HTMLEditor\HTMLEditorProvider.vb:line 38 at DotNetNuke.Modules.HTMLEditorProvider.HtmlEditorProvider..cctor() in C:\Development\Projects\dnnlive\components\Providers\HTMLEditor\HTMLEditorProvider.vb:line 33 --- End of inner exception stack trace --- at DotNetNuke.Modules.HTMLEditorProvider.HtmlEditorProvider.Instance() at DotNetNuke.UI.UserControls.TextEditor.Page_Init(Object sender, EventArgs e) in C:\Development\Projects\dnnlive\controls\TextEditor.ascx.vb:line 521 at System.Web.UI.Control.OnInit(EventArgs e) at System.Web.UI.UserControl.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Control.AddedControl(Control control, Int32 index) at System.Web.UI.ControlCollection.Add(Control child) at DotNetNuke.UI.Skins.Skin.InjectModule(Control objPane, ModuleInfo objModule, PortalSettings PortalSettings) in C:\Development\Projects\dnnlive\admin\Skins\Skin.vb:line 769 --- End of inner exception stack trace ---
View Complete Thread