I'm getting error when trying to create a new event in ucalendar.
This is error:
Server error in program '/'.
Object reference not set to an instance of an object.
Description: An exception was not processed while performing the current web request. See the stack for more information about the error and where it came from in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An exception that was not processed was created while running the current web request. You can find information about the origin and location of the exception, using the following exception tracking.
Stack trace:
[NullReferenceException: Object reference not set to an instance of an object.]
uCalendar.BusinessLogic.uCalendarEvent.Save(String& message) +239
uCalendar.UI.UserControls.CalendarEventEditor.(String& , Boolean ) +334
uCalendar.UI.UmbracoPages.CreateEvent.eventSave_Click(Object sender, EventArgs e) +45
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +9767618
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +204
System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +12
System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +15
System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +35
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1738
Cannot create event
Hi ,
I'm getting error when trying to create a new event in ucalendar.
This is error: Server error in program '/'. Object reference not set to an instance of an object. Description: An exception was not processed while performing the current web request. See the stack for more information about the error and where it came from in the code.
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object.
Source Error:
An exception that was not processed was created while running the current web request. You can find information about the origin and location of the exception, using the following exception tracking.
Stack trace: [NullReferenceException: Object reference not set to an instance of an object.] uCalendar.BusinessLogic.uCalendarEvent.Save(String& message) +239 uCalendar.UI.UserControls.CalendarEventEditor.(String& , Boolean ) +334 uCalendar.UI.UmbracoPages.CreateEvent.eventSave_Click(Object sender, EventArgs e) +45 System.Web.UI.WebControls.Button.OnClick(EventArgs e) +9767618 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +204 System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +12 System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +15 System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +35 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1738
is working on a reply...