Scott,
I've been noticing a lot of ThreadAbortion exceptions being thrown in cmdSaveArticle_Click and cmdPublishArticle_Click when saving articles, that are causing major problems in putting in the summary on my site. I am running DNN 4.9.0 with your latest build (.17) btw.
The errors are being thrown whenever you do a response.redirect. It seems that changing the endResponse param from true (what you have) to false fixes the issue.
Was there a particular reason you were using "true"? This is has been a habitual problem with the whole summary problem, and I finally had a chance to track it down.
If there wasn't a particular reason, could you slot this for the next release for a fix? |