I'm using a lot of uComponent controls and loving them.
On every page I have a URL Picker. If I publish the page once, it is successful. But on the second publish it will throw a null reference exception. Then I reload the page, and it will work again, but the immediate publish after that will fail.
Anyone seen this before?
Thanks in advance!
The error message is below.
-Evan
System.Web.HttpUnhandledException (0x80004005): Exception of type 'System.Web.HttpUnhandledException' was thrown. ---> System.NullReferenceException: Object reference not set to an instance of an object. at uComponents.Core.DataTypes.UrlPicker.UrlPickerDataEditor.get_m_ActiveMode() at uComponents.Core.DataTypes.UrlPicker.UrlPickerDataEditor.OnLoad(EventArgs e) at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Control.LoadRecursive() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.HandleError(Exception e) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) at System.Web.UI.Page.ProcessRequest() at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context) at System.Web.UI.Page.ProcessRequest(HttpContext context) at ASP.umbraco_editcontent_aspx.ProcessRequest(HttpContext context) in c:\Windows\Microsoft.NET\Framework\v4.0.30319\Temporary ASP.NET Files\root\c4d4c8fa\e2d7fa5e\App_Web_editcontent.aspx.5f2dec3.ajwjbd2l.0.cs:line 0 at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
uCompontent Problem: Url Picker throwing NullReferenceException (UrlPickerDataEditor)
Hi,
I'm using a lot of uComponent controls and loving them.
On every page I have a URL Picker. If I publish the page once, it is successful. But on the second publish it will throw a null reference exception. Then I reload the page, and it will work again, but the immediate publish after that will fail.
Anyone seen this before?
Thanks in advance!
The error message is below.
-Evan
I'm having the same problem. Notified the uComponents team about this issue.
Same issue - I created a workitem for this a few days ago and it looks like they have picked it up. Vote it up: http://ucomponents.codeplex.com/workitem/12900
Fixed, get the v2.1 RTM: http://ucomponents.codeplex.com/releases/view/62685
is working on a reply...