I can't seem to edit one of my waymarks. The waymark is
http://www.waymarking.com/waymarks/WM1V9E
Every time I try to edit it, I get a server error (shown below).
This seems to be the only one that I can't edit as I've tried editing others, but don't have any issues with other waymarks of mine.
Any ideas?
Server Error in '/' 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.] WM.UI.WaymarkEditControl.populateStateList(Int64 CountryId, Int64 DefaultStateId) +492 WM.UI.WaymarkEditControl.PopulateControls() +1602 WM.UI.WaymarkEdit.populateControls() +2284 WM.UI.WaymarkEdit.Page_Load(Object sender, EventArgs e) +104 System.Web.UI.Control.OnLoad(EventArgs e) +99 System.Web.UI.Control.LoadRecursive() +47 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1436
|