Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
但我在网上查遍了,似乎没有人遇到这个问题。我正在尝试使用单声道(4.0 框架)连接到我的 Windows WCF 服务。
但是,当我在编写程序时,我输入using System.ServiceModel它找不到它......我想我只是在做一些非常愚蠢的事情,但有人可以告诉我什么吗?!:P
using System.ServiceModel
你必须参考System.ServiceModel.dll:)
System.ServiceModel.dll