Hi Mumbles.
Thanks for tutorial. It helps me at starting BetFair API + VB2008.
There is a problem in Step 2 (Connecting) - statement :
Dim BetFairGL As New BFGlobal.BFGlobalService
a) New isn't accepted in this statement
b) I replaced it (last week) with BFGlobal.BFGlobalServiceClient
- it was successful
- this week is Login unsuccessful
- constructor New has (now) more than 1 endpoint (5 endpoints with diferent parameters)
- it raises an exception
Could you give me an advice / correct your perfect tutorial ?
Thanks Ladislav
Thanks for tutorial. It helps me at starting BetFair API + VB2008.
There is a problem in Step 2 (Connecting) - statement :
Dim BetFairGL As New BFGlobal.BFGlobalService
a) New isn't accepted in this statement
b) I replaced it (last week) with BFGlobal.BFGlobalServiceClient
- it was successful
- this week is Login unsuccessful
- constructor New has (now) more than 1 endpoint (5 endpoints with diferent parameters)
- it raises an exception
Could you give me an advice / correct your perfect tutorial ?
Thanks Ladislav

