我创建了一个WCF服务,在调用服务方法时会产生错误。我在互联网上尝试了很多主题,到目前为止他们都没有帮助过我。我做错了什么?
mscorlib.dll中发生未处理的“System.ServiceModel.EndpointNotFoundException”类型异常
附加信息:没有端点侦听(url)可以接受该消息。这通常是由错误的地址或SOAP操作引起的。有关更多详细信息,请参阅InnerException(如果存在)。
Dim serviceClient As New DataServiceClient
Dim cls As New ClsDataAccess
Dim dt As New DataTable()
Dim json As String = DataTableToJson(dt)
Dim string1 As String = Convert.ToString(serviceClient.UsersList(json))