Hy, everybody... Well, I'm having a strange problem to use the
FreeTextBox... When I try to acess the page that contains the FTB, the
exception screen pasted below appears... But it appears just sometimes!
There times that I acess the page and it works perfectly, but in
others, this error comes out. It's an ASP.NET 2.0 Web Application, and
I'm not using DotNetNuke, just the .dll on the Bin folder. I've tried
to debug this, but the page load perfectly... The problem occurs on the
rendering of the page... I need this 100% trustable, so I beg help!!
Thanks for the time spent and sorry about the poor english =)
---------------------------------------------------------------------------------------
Server Error in '/Arpeco' 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.] FreeTextBoxControls.Support.ResourceManager.LoadResource(Hashtable target, String language, String cacheKey) +485 FreeTextBoxControls.Support.ResourceManager.GetResources() +263 FreeTextBoxControls.Support.ResourceManager.GetString(String name) +45 FreeTextBoxControls.Support.Helper.PopulateDefaultDropDownList(ToolbarDropDownList toolbarDropDownList, FreeTextBox freeTextBox, ResourceManager resourceManager) +6140 FreeTextBoxControls.FreeTextBox.OnPreRender(EventArgs e) +654 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.Control.PreRenderRecursiveInternal() +161 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1360
|
Version Information: Microsoft .NET Framework Version:2.0.50727.42; ASP.NET Version:2.0.50727.210