WCF Error - Could not find default endpoint element that references contract 'UserService.UserService'

前端 未结 13 1807
野趣味
野趣味 2020-11-29 02:27

Any ideas how to fix this?

UserService.UserServiceClient userServiceClient = new UserServiceClient();
            userServiceClient.GetUsersCompleted += new          


        
13条回答
提交回复
热议问题