Hi,
I am using DotNetNuke 4.0.0.0 to make a custom module with WAP and i am using dotNetNuke Default HTML Editor inside a .aspx page which opens in a pop UP. but first time when i click on "Add New form" Link it gives me error but next time again clicking on same link it works. very odd to handle it.
I have added the reference to DotNetNuke.Modules.HTML in my project and in html i am using this :-->
<%
@ Register TagPrefix="dnn" TagName="texteditor" Src="~/controls/TextEditor.ascx" %>
here is the error
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.]
FreeTextBoxControls.Support.ResourceManager.LoadResource(Hashtable target, String language, String cacheKey) +350
FreeTextBoxControls.Support.ResourceManager.GetResources() +158
FreeTextBoxControls.Support.ResourceManager.GetString(String name) +14
FreeTextBoxControls.Support.Helper.PopulateDefaultDropDownList(ToolbarDropDownList toolbarDropDownList, FreeTextBox freeTextBox, ResourceManager resourceManager) +5309
FreeTextBoxControls.FreeTextBox.OnPreRender(EventArgs e) +463
System.Web.UI.Control.PreRenderRecursiveInternal() +77
System.Web.UI.Control.PreRenderRecursiveInternal() +161
System.Web.UI.Control.PreRenderRecursiveInternal() +161
System.Web.UI.Control.PreRenderRecursiveInternal() +161
System.Web.UI.Control.PreRenderRecursiveInternal() +161
System.Web.UI.Control.PreRenderRecursiveInternal() +161
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1360
|
Please help me out