您的位置:首页 > 产品设计 > UI/UE

To set up, build, and run the WCF sample

2012-11-19 10:52 621 查看
Ensure that you have performed the One-Time Setup Procedure for the Windows Communication Foundation Samples.

To build the C# or Visual Basic .NET edition of the solution, follow the instructions in Building the Windows Communication Foundation Samples.

To run the sample in a single- or cross-machine configuration, follow the instructions in Running the Windows Communication Foundation Samples.

In the files
setupvroot.bat
cleanupvroot.bat
the line:
VER | FINDSTR /c:" 6.0." >NUL
should be changed to:
VER | FINDSTR /c:" 6.1." >NUL
Windows 7 version is 6.1. Otherwise this will fail (unless you have IIS 6 Admin tools installed.)
Run cleanupvroot.bat, then run the setupvroot.bat file.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
相关文章推荐