user1034912
user1034912

Reputation: 2267

How to create WCF Service Library in Visual Studio 2010 Express

I'm trying to learn how to create a WCF Service and host in on IIS. However, all the tutorials I can find on the net are for creating WCF Service Library, whereas Visual Studio Exrpesss only has WCF Service Application.

Does anybody know how to get the WCF Service Library in VS Express 2010? I don't have it in my VS application

Thanks

Upvotes: 1

Views: 6459

Answers (1)

Amar Palsapure
Amar Palsapure

Reputation: 9680

It is just a template which Visual Studio provides.

To create WCF library you can create any normal Class Library, add two references

Hope this works for you.

Upvotes: 4

Related Questions