I am using a clean install of version 07.00.00 (1586) and cannot get the hyperlink properties to work in the html editor. When clicking on the link manager icon or right clicking a link and selecting properties, I get the following error in the popup dialog:
Server Error in '/' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[NullReferenceException: Object reference not set to an instance of an object.]
System.Web.HttpRuntime.FastCreatePublicInstance(Type type) +50
System.Web.UI.ControlBuilder.BuildObjectInternal() +276
System.Web.UI.ControlBuilder.BuildChildren(Object parentObj) +639
System.Web.UI.TemplateBuilder.InstantiateIn(Control container) +506
Telerik.Web.UI.Dialogs.UserControlBase.CreateChildControls() +264
System.Web.UI.Control.EnsureChildControls() +188
System.Web.UI.Control.InitRecursive(Control namingContainer) +185
System.Web.UI.Control.AddedControl(Control control, Int32 index) +188
Telerik.Web.UI.DialogHandlerNoSession.AddDialogControl(Control dialogControl, DialogParameters dialogParameters) +491
Telerik.Web.UI.DialogHandlerNoSession.LoadDialogControl() +810
Telerik.Web.UI.DialogHandlerNoSession.CreateChildControls() +280
System.Web.UI.Control.EnsureChildControls() +188
Telerik.Web.UI.DialogHandlerNoSession.OnPreLoad(EventArgs e) +27
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2981
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929
This related error is in the host log:
<br>2012-12-15 17:36:43,230 [C11ITRM1][Thread:75][FATAL] DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication - System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NullReferenceException: Object reference not set to an instance of an object.
<br> at System.Web.HttpRuntime.FastCreatePublicInstance(Type type)
<br> at System.Web.UI.ControlBuilder.BuildObjectInternal()
<br> at System.Web.UI.ControlBuilder.BuildChildren(Object parentObj)
<br> at System.Web.UI.TemplateBuilder.InstantiateIn(Control container)
<br> at Telerik.Web.UI.Dialogs.UserControlBase.CreateChildControls()
<br> at System.Web.UI.Control.EnsureChildControls()
<br> at System.Web.UI.Control.InitRecursive(Control namingContainer)
<br> at System.Web.UI.Control.AddedControl(Control control, Int32 index)
<br> at Telerik.Web.UI.DialogHandlerNoSession.AddDialogControl(Control dialogControl, DialogParameters dialogParameters)
<br> at Telerik.Web.UI.DialogHandlerNoSession.LoadDialogControl()
<br> at Telerik.Web.UI.DialogHandlerNoSession.CreateChildControls()
<br> at System.Web.UI.Control.EnsureChildControls()
<br> at Telerik.Web.UI.DialogHandlerNoSession.OnPreLoad(EventArgs e)
<br> at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
<br> at System.Web.UI.Page.HandleError(Exception e)
<br> at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
<br> at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
<br> at System.Web.UI.Page.ProcessRequest()
<br> at System.Web.UI.Page.ProcessRequest(HttpContext context)
<br> at ASP.desktopmodules_admin_radeditorprovider_dialoghandler_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\277a2c5d\ef57dab7\App_Web_e55szgip.0.cs:line 0
<br> at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
<br> at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
I cannot find any evidence of other hitting this same error so perhaps it is my environment. However, all else seems to be working flawlessly.