Reputation: 2267
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
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