If you are using VS 2008 (Beta 2) there are changes to the tools that affect this lab in Chapter 1. Here are a summary of changes for each step that is affected in the lab starting on Page 32 of Learning WCF.
Section 1: Using the WCF Service template
using System.ServiceModel; static void Main(string[] args) { using (ServiceHost host = new ServiceHost(typeof(Host.HelloIndigoService))) { host.Open(); Console.WriteLine("Press <Enter> to terminate the service host."); Console.ReadLine(); } }
<?xml version="1.0" encoding="utf-8" ?> <configuration> </configuration>
Section 2: Configuring service endpoints using the Service Configuration Editor
Section 3: Generating a proxy with Add Service Reference
Section 4: Creating a WCF Service Library
Subscribe to dasBlonde RSS feed updates: Powered by FeedBurner
Designed by NUKEATION STUDIOS