For the next few months, I will be publishing a series of short and basic tutorials on development of a skeleton system comprising of the following technologies Ajax using ASP.Net Atlas ASP.Net 2.0 webparts and usage of some other user controls Windows Workflow Foundation Windows Communication Foundation Cross technology between WCF and WF Reporting Services Business Intelligence using SQLServer 2005 including database design, SSIS and AS Application to application integration through BizTalk 2006 ......
While developing WCF client/services, I frequently encounter this annoying error whenever I run my client to connect to the service contract for the first time. I term them as "timewasters". This post will partly serve as a reminder to me, and hopefully someone will benefit from it if they came across the same problem. The story goes like this, you start up your usual Visual Studio 2005 to work on a simple WCF's application (you know the usual service <-> client stuffs). So you created your ......