I'm using Visual Studio 2008 with a project that's targeting .NET 2.0. I need to add a reference to a WCF service that's defined in another project within the same solution. The WCF project targets .NET 3.5, and the service uses basicHttpBinding
.
Because the client project is configured to target .NET 2.0, I don't have the option to "Add Service Reference". When I try to "Add Web Reference", and select "Web services in this solution", I get the following message:
What am I doing wrong?