I am getting this error when I try to link to a page in the CKEditor I am using DNN 4.09:
Server Error in '/dnn' Application.
________________________________________
StartIndex cannot be less than zero.
Parameter name: startIndex
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.ArgumentOutOfRangeException: StartIndex cannot be less than zero.
Parameter name: startIndex
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:
[ArgumentOutOfRangeException: StartIndex cannot be less than zero. Parameter name: startIndex] System.String.Remove(Int32 startIndex) +2984440 WatchersNET.CKEditor.Browser.Browser.TreeTabs_SelectedNodeChanged(Object sender, EventArgs e) +942 System.Web.UI.WebControls.TreeView.OnSelectedNodeChanged(EventArgs e) +111 System.Web.UI.WebControls.TreeView.RaisePostBackEvent(String eventArgument) +570 System.Web.UI.WebControls.TreeView.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +175 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
How do I fix this? I am using 2.004
Nolan
Comments: ** Comment from web user: NolanSmith **
Server Error in '/dnn' Application.
________________________________________
StartIndex cannot be less than zero.
Parameter name: startIndex
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.ArgumentOutOfRangeException: StartIndex cannot be less than zero.
Parameter name: startIndex
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:
[ArgumentOutOfRangeException: StartIndex cannot be less than zero. Parameter name: startIndex] System.String.Remove(Int32 startIndex) +2984440 WatchersNET.CKEditor.Browser.Browser.TreeTabs_SelectedNodeChanged(Object sender, EventArgs e) +942 System.Web.UI.WebControls.TreeView.OnSelectedNodeChanged(EventArgs e) +111 System.Web.UI.WebControls.TreeView.RaisePostBackEvent(String eventArgument) +570 System.Web.UI.WebControls.TreeView.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +175 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565
How do I fix this? I am using 2.004
Nolan
Comments: ** Comment from web user: NolanSmith **
I just installed the 2.00.05 beta but I am not getting the WISWIG editor just the html code. How do I turn that on?