Any ideas how to fix this?
UserService.UserServiceClient userServiceClient = new UserServiceClient(); userServiceClient.GetUsersCompleted += new
Had to add the service in the calling App.config file to have it work. Make sure that you but it after all . This seemed to work for me.