Service has zero application (non-infrastructure) endpoints

后端 未结 16 1696
抹茶落季
抹茶落季 2020-12-02 18:05

I recently created a WCF service (dll) and a service host (exe). I know my WCF service is working correctly since I am able to successfully add the service to WcfTestClient.

16条回答
  •  無奈伤痛
    2020-12-02 18:32

    To prepare the configration for WCF is hard, and sometimes a service type definition go unnoticed.

    I wrote only the namespace in the service tag, so I got the same error.

    
    

    Do not forget, the service tag needs a fully-qualified service class name.

    
    

    For the other folks who are like me.

提交回复
热议问题