Skip to content

Instantly share code, notes, and snippets.

@bruinbrown
Created May 11, 2014 12:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bruinbrown/fe5098750aa8b81e927c to your computer and use it in GitHub Desktop.
Save bruinbrown/fe5098750aa8b81e927c to your computer and use it in GitHub Desktop.
FS error
let svc = Betdaq.GetReadOnlyService()
// returns either Betdaq.ServiceTypes.SimpleDataContextTypes.ReadOnlyServiceClient or Betdaq.ServiceTypes.SimpleDataContextTypes.SecureServiceClient
A unique overload for method 'GetReadOnlyService' could not be determined based on type information prior to this program point. A type annotation may be needed. Candidates: Betdaq.GetReadOnlyService() : Betdaq.ServiceTypes.SimpleDataContextTypes.ReadOnlyServiceClient, Betdaq.GetReadOnlyService() : Betdaq.ServiceTypes.SimpleDataContextTypes.SecureServiceClient
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment