|
|
Browse by Tags
All Tags » microsoft » .NET 3.0 » Gotcha
-
See here http://stevenharman.net/blog/archive/2008/04/29/hacking-visual-studio-to-use-more-than-2gigabytes-of-memory.aspx
-
WCF System.Net.WebException: The underlying connection was closed: The connection was closed unexpectedlyIf you get the above error when trying to return large numbers of items in a List<T> from a WCF service, then ensure you have set the following behaviour for the dataContractSerializer in both your client and service configuration ...
|
|
|