Cannot publish a page twice in a row when URL Picker is present
umbraco v4.6.1 ASP.NET 4.0 SQL 2008, IIS 7
If the URL Picker datatype is present on a page the following error is thrown if you try and publish the page twice in a row, without reloading the page.
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.] uComponents.Core.DataTypes.UrlPicker.UrlPickerDataEditor.get_m_ActiveMode() +43 uComponents.Core.DataTypes.UrlPicker.UrlPickerDataEditor.OnLoad(EventArgs e) +127 System.Web.UI.Control.LoadRecursive() +74 System.Web.UI.Control.LoadRecursive() +146 System.Web.UI.Control.LoadRecursive() +146 System.Web.UI.Control.LoadRecursive() +146 System.Web.UI.Control.LoadRecursive() +146 System.Web.UI.Control.LoadRecursive() +146 System.Web.UI.Control.LoadRecursive() +146 System.Web.UI.Control.LoadRecursive() +146 System.Web.UI.Control.LoadRecursive() +146 System.Web.UI.Control.LoadRecursive() +146 System.Web.UI.Control.LoadRecursive() +146 System.Web.UI.Control.LoadRecursive() +146 System.Web.UI.Control.LoadRecursive() +146 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
Cannot publish a page twice in a row when URL Picker is present
umbraco v4.6.1
ASP.NET 4.0
SQL 2008, IIS 7
If the URL Picker datatype is present on a page the following error is thrown if you try and publish the page twice in a row, without reloading the page.
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.]
uComponents.Core.DataTypes.UrlPicker.UrlPickerDataEditor.get_m_ActiveMode() +43
uComponents.Core.DataTypes.UrlPicker.UrlPickerDataEditor.OnLoad(EventArgs e) +127
System.Web.UI.Control.LoadRecursive() +74
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Control.LoadRecursive() +146
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +2207
Hi Chris,
Thanks for letting us know. There was a bug in UrlPicker in uComponents v2.0 - which has been fixed for v2.1 (not beta).
http://ucomponents.codeplex.com/workitem/12900
Cheers, Lee.
When do you plan to release the 2.1 (stable) version?
You referred to mid February in the link above, is there any other scheduled date?
Hi Anders,
Yes, v2.1 is due out any day now.
Cheers, Lee.
Hi Lee,
Any chance to hear about v2.1 stable version?
Cheers
Muhammad
Hi Muhammad,
2.1 is due out any day now... just ironing out a couple of final issues.
Cheers, Lee.
Thanks Lee
Deliberately waiting :)
Muhammad
uComponents v2.1 RTM is out: http://ucomponents.codeplex.com/releases/view/62685
Thanks James.
Looks awsome though have not fully tested.
is working on a reply...