WCF service host cannot find any service metadata

后端 未结 10 577
余生分开走
余生分开走 2020-12-16 13:01

I\'m just learning wcf and currently got this far.

CS File:

using System;
using System.Collections.Generic;
using System.Linq;
using         


        
10条回答
  •  情深已故
    2020-12-16 13:20

    I got this error because my service name was wrong. Using netTcpBinding and mexTcpBinding with httpGetEnabled = False then worked.

提交回复
热议问题