True, it does work today. But the reason for the error still stands. Paypal sent a badly formed message in its response, and dashCommerce doesn't handle it gracefully. I did some debugging, and in PayPalService.cs, line 292 StreamReader responseStream = new StreamReader(webRequest.GetResponse().GetResponseStream...