Hi,When I try a test senout I always get thoe following error message:[NullReferenceException: Object reference not set to an instance of an object.] NewsletterStudio.Pages.NewsletterSendout.btnConfirm_Click(Object sender, EventArgs e) +1635 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +153 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3706We implemented custom Mailing groups using your interface can this be part of this issue?ThanksRoman
It could be the custom provider as Newsletter Studio trys to fetch the data in this step. Could you attach to the IIS-process using visual studio debugging and see if its your code?
Problems sending a test newsletter
Hi,When I try a test senout I always get thoe following error message:[NullReferenceException: Object reference not set to an instance of an object.] NewsletterStudio.Pages.NewsletterSendout.btnConfirm_Click(Object sender, EventArgs e) +1635 System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +153 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3706We implemented custom Mailing groups using your interface can this be part of this issue?ThanksRoman
Hi!
It could be the custom provider as Newsletter Studio trys to fetch the data in this step. Could you attach to the IIS-process using visual studio debugging and see if its your code?
http://www.enkelmedia.se/blogg/2012/11/7/debugging-with-umbraco.aspx
// m
If I try on another machine I can't reporduce the issue. Maybe a browser/cookie related issue... thanks anyway
Roman
Great!! =D No probs
is working on a reply...