简体   繁体   English

如何在Visual Studio 2010 Express中创建WCF服务库

[英]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. 我正在尝试学习如何创建WCF服务并在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. 但是,我在网上可以找到的所有教程都是关于创建WCF服务库的,而Visual Studio Exrpesss仅具有WCF服务应用程序。

Does anybody know how to get the WCF Service Library in VS Express 2010? 有人知道如何在VS Express 2010中获取WCF服务库吗? I don't have it in my VS application 我的VS应用程序中没有它

Thanks 谢谢

It is just a template which Visual Studio provides. 它只是Visual Studio提供的模板。

To create WCF library you can create any normal Class Library, add two references 要创建WCF库,您可以创建任何普通的类库,添加两个引用

Hope this works for you. 希望这对您有用。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM