So I've written a small game and wish for the game to be playable over the internet. I've been testing the game just through localhost using these configs: Cl
I hit this error today when deploying a WCF client to QA: System.ServiceModel.CommunicationException: Unrecognized message version. In Fiddler I noticed t
(Assuming a WCF method called "MyFunction") Currently, to support canceling a WCF request, I'm using the BeginMyFunction/EndMyFunction methods generated by svc