当前位置: 代码迷 >> .NET Framework >> 怎么新建一个wcf
  详细解决方案

怎么新建一个wcf

热度:50   发布时间:2016-05-02 00:33:21.0
如何新建一个wcf

以上是我自己建的一个wcf方案,但运行时出现了错误。
请问哪里错了?

------解决方案--------------------
ServiceText.ServiceTextClient TextClient = new ServiceText.ServiceTextClient();
TextClient.某个方法();
  相关解决方案