when I reference net.tcp service to my windows store app, It does not add the binding and the endpoint to the reference.cs, which means the service has not been added correctly, when the client code create a service client u should pass binding and endpoint in
the constructor, It still not working though, the question is why the VS 2012 does not added this type of services correctly?
Tariq