View Complete WCF response on error using Visual Studio 2010
问题 In Visual Studio 2010 I get an error which tells me the first 1024 bytes of a response from a WCF service when consumed, but no more. I would really like to see the entire response so I can work out what is going wrong, where can I get this info from? Is there a way of logging the full text of an error or are they all limited by the 1024 byte rule? How to View more than 1024 bytes of a wcf response when an error occurs in Visual Studio 2010? 回答1: If you are doing this in debugging mode, where