简体   繁体   中英

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

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.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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