I changed the Owned by and Assigned to fields to different people. When I pressed Save & Return I received an error. I pressed the try again link and it still failed. I went back to the issue and pressed Save and I also received an error. The error message wasn't too descriptive so I went to the log table and found the following:
Id Date Thread Level Logger User Message Exception
2135 2014-06-11 11:59:10.420 12 ERROR BugNET.Global dylanvdm Application Error System.InvalidOperationException: An asynchronous module or handler completed while an asynchronous operation was still pending.
I have since reverted back to version version 1.5 in the mean time.
Comments: Looks like I have a fix, using MvcMailer as an example ``` await Task.Run(() => { smtpClient.SendAsync(this, userState); }); ``` https://github.com/smsohan/MvcMailer/blob/master/Mvc.Mailer/MvcMailMessage.cs
Id Date Thread Level Logger User Message Exception
2135 2014-06-11 11:59:10.420 12 ERROR BugNET.Global dylanvdm Application Error System.InvalidOperationException: An asynchronous module or handler completed while an asynchronous operation was still pending.
I have since reverted back to version version 1.5 in the mean time.
Comments: Looks like I have a fix, using MvcMailer as an example ``` await Task.Run(() => { smtpClient.SendAsync(this, userState); }); ``` https://github.com/smsohan/MvcMailer/blob/master/Mvc.Mailer/MvcMailMessage.cs