↧
WCF NetTcpBinding TCP error 10013
OK, I finally figured it out. I had to add "Private Networks (Client & Server)" to the Package.appxmanifest for the Windows Store App client.
View ArticleWCF NetTcpBinding TCP error 10013
Hi,>>TCP error 10013 "An attempt was made to access a socket in a way forbidden by its access permissionsWhen occur the above error, it is mostly caused by the following two reasons: 1. The...
View ArticleWCF NetTcpBinding TCP error 10013
Hi, I'm running a C++/CLI WCF self-hosted service and a Windows Store App client. It works when the service and client are running on the same computer. When I move the service to a remote computer in...
View Article