I am new to WCF services. I have been working with WCF for over two months now and love its capabilities. I am using a self hosted WCF in a Windows Service. The binding is netTCP because the client an
I have created a Sync Framework application based on the following sample from microsoft and deployed it to a new Windows 7 machine for testing.The app runs ok but when I attempt to communicate I get
I\'ve got a simple REST based service for which I am trying to create a client proxy using ChannelFactory. I want to be without a configuration file so I am trying to do this in code and I believe I h
I have a VB6 application that needs to communicate with a VS2008 VB.NET WCF server. I have built a VB.NET WCF DLL to be used on the client side, and it --almost-- works with the VB6 application.When I
I have a WCF service which is a singleton and which manages a collection of proxies to another WCF service which is session-based. The singleton creates a new proxy and passes it some work to do, and
I have methods which return interface and some methods which accepts interface as parameters. I am trying to use Net DataContractSerializer but I am getting following error...
I have a WCF service that I am attempting to connect to via a console application for testing (although will move to WPF for the final interface).I have generated the proxy, added the service referenc
I have a WCF service with a namespace called: MyCompany.MyApplication.Configuration.ConfigurationHelperService
Hey, I can\'t seem to access the returned value from a method I called on my Host. //Service---------------------------------------------------------
I have a WPF appliction that uses WCF services to make calls to the server. I use this property in my code to access the service