Every now and then when I am going to add an entry to dashBlog I get an error. When I look in the event log I see the following:
Error:
System.NullReferenceException: Object reference not set to an instance of an object.
at FreeTextBoxControls.Support.ResourceManager.LoadResource(Hashtable target, String language, String cacheKey)
at FreeTextBoxControls.Support.ResourceManager.GetResources()
at FreeTextBoxControls.Support.ResourceManager.GetString(String name)
at FreeTextBoxControls.Support.Helper.PopulateDefaultDropDownList(ToolbarDropDownList toolbarDropDownList, FreeTextBox freeTextBox, ResourceManager resourceManager)
at FreeTextBoxControls.FreeTextBox.OnPreRender(EventArgs e)
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Control.PreRenderRecursiveInternal()
at System.Web.UI.Page.ProcessRequestMain()
while processing http://blog.project84.net/EditEntry.aspx.
Has anyone else had this problem or know how to fix it??