Datetime bug with WCF Jan CTP?
I was playing around with a lab on WCF which can be found at http://windowscommunication.net/collateral/pages/Lab2ReliableTransacted.htm. I got stuck for ages with a CommunicationException telling me that the server could not return a meaningful reply (tell me about it). I tried a bunch of stuff and finally stumbled across this post http://turtle.net.nz/blog/CategoryView,category,WCF.aspx
I finally modified the line trade.Date = DateTime.Now.AddMonths(2); to a hardcoded date of trade.Date = new DateTime(2005, 5, 5);
And happy days are here again