How to solve “The ChannelDispatcher is unable to open its IChannelListener” error?

前端 未结 7 1296
既然无缘
既然无缘 2021-01-11 11:51

I\'m trying to communicate between WCF hosted in Windows Service and my service GUI. The problem is when I\'m trying to execute OperationContract method I\'m getting

7条回答
  •  既然无缘
    2021-01-11 12:19

    With this type of exception it's the Inner exception that has the information that is useful to diagnose the problem. This is a rather generic error that could be caused by a bunch of different things.

提交回复
热议问题