I have two projects in a single solution. One project, let\'s call it MainProject, becomes an executable. The other project, let\'s call it ControlsProject, contains UserControl\'s and is referenced (
I do have this WCF service contract:开发者_如何学Go [ServiceContract] public interface IPolicyRetriever
I am struggling to understand what I am doing wrong. I have a simple interface that accepts an array. I can\'t make it to handle more than ~150 items - getting back 400 Bad Request. What am I doing wr
Hello I have been searching everywhere for a solution to this problem and cannot figure out a solution.
I have a web service hosted in IIS 7 that is to be called from a WCF client that runs in a different domain.
I have a project with requirements to generate a single executable file with no dependencies that will automate the submission of data to a WCF service based on command line parameters passed to it. A
Thank you in advance for any advice. I have a Windows service that is hosting a WCF service through net.tcp and this is working great. I have also created a WCF service application. I am trying to add
I\'ve tried this on two machines and can\'t figure it out. I\'ve followed the instructions here (http://msdn.microsoft.com/en-us/library/ms731053.aspx) and ensured that the TCP listener service开发者_
I\'m developing a Winforms Client application with a WCF Service in C # 3.5 and Visual Studio 2010. Every time I use \"Update Service Reference\" in the IDE, considering I have already a working bind
i am getting the following error when i try access my webservice from the client application which is a windows based app