BloggingAbout.NET
Thoughts of developers

WCF Simple Example in Visual Studio 2010


Wed, Jun 16 2010

Downloads: 4,016
File size: 16.6kB
Views: 11,198
WCF Simple Example in Visual Studio 2010
Filed under: ,

This is the download that accompanies the post about the simplest way to create a WCF service and client in Visual Studio 2010.

You can find it here WCF Simple Example in Visual Studio 2010

Comments

Raquel wrote re: WCF Simple Example in Visual Studio 2010
on Wed, Jul 14 2010 11:43 AM
Thank you
sree wrote re: WCF Simple Example in Visual Studio 2010
on Mon, Aug 23 2010 8:03 PM
very good
Ayaz wrote re: WCF Simple Example in Visual Studio 2010
on Thu, Sep 16 2010 6:52 AM
Thanks
MK wrote re: WCF Simple Example in Visual Studio 2010
on Tue, Oct 19 2010 12:22 PM
I have compiled the solution without a problem but when I launch the Console App for hosting the service I get the following exception: Service 'EmailService.EmailValidator' has zero application (non-infrastructure) endpoints. This might be because no configuration file was found for your application, or because no service element matching the service name could be found in the configuration file, or because no endpoints were defined in the service element.
Dennis van der Stelt wrote re: WCF Simple Example in Visual Studio 2010
on Tue, Oct 19 2010 12:30 PM

@MK : Check out the article that belongs to this file

bloggingabout.net/.../wcf-simple-example-in-visual-studio-2010.aspx

And are you compiling this in Visual Studio 2008?

MK wrote re: WCF Simple Example in Visual Studio 2010
on Tue, Oct 19 2010 12:36 PM
I am compiling it in VS2010 but against Framework 3.5 and not 4.0 I am not allowed to use .NET 4.0 yet.
Dennis van der Stelt wrote re: WCF Simple Example in Visual Studio 2010
on Tue, Oct 19 2010 12:43 PM

@MK : Only VS2010 allows default endpoints. Read article 2 on how to manually add endpoints.

bloggingabout.net/.../wcf-simple-example-in-visual-studio-2010-part-2.aspx

miccmak wrote re: WCF Simple Example in Visual Studio 2010
on Wed, Nov 3 2010 10:20 AM
i have one application to be made with wcf and wpf. are you interested? if so how can i contact you?
Dennis van der Stelt wrote re: WCF Simple Example in Visual Studio 2010
on Thu, Nov 4 2010 9:26 AM
Melia wrote re: WCF Simple Example in Visual Studio 2010
on Mon, Sep 10 2012 7:59 AM
Short, sweet, to the point, FREE-exactly as information suhold be!

Add a Comment

(required)
(optional)
(required) 
Copyright © 2003-2010 BloggingAbout.NET