Betfair UberClient - Source Code

Collapse
This is a sticky topic.
X
X
 
  • Time
  • Show
Clear All
new posts

  • checkltan1
    replied
    Latest VS.NET version

    Hi,

    I am not able to open the project / solution. Can it be compile with the latest VS 2010 version?

    Leave a comment:


  • arteny
    replied
    Originally posted by clothcap View Post
    bit late answering but for anybody who has the same problem

    you need to add a reference to the namespace

    click project -> add reference -> browse to the bin folder _> debug
    look for betfair.gamex.api dll

    double click and all should be well
    I faced with same problem, and deal was not with link (which was added). Problem is that my application was used .NET Client Profile. I don't know the reason, but in this case namespace not found. When change requested .NET Framework version to any non-Client Profile, it begins link with Adapter lib.

    Leave a comment:


  • arteny
    replied
    Exception

    Seems application is not to-date now. When pressing Account Statement, it generates exception during response xml deserialization:

    <betfairAvailableBalance xmlns='urn:betfair:games:api:v1'> not expected.

    Leave a comment:


  • clothcap
    replied
    bit late answering but for anybody who has the same problem

    you need to add a reference to the namespace

    click project -> add reference -> browse to the bin folder _> debug
    look for betfair.gamex.api dll

    double click and all should be well

    Leave a comment:


  • gbpuser
    replied
    'Entities' does not exist in the namespace 'Betfair.Gamex.API'

    hi,
    if I try to run the project in MS Visual Studio I get this error msg:
    "Error 1 The type or namespace name 'Entities' does not exist in the namespace 'Betfair.Gamex.API' (are you missing an assembly reference?) C:\MILAN_DATA\poker\BetfairUberClient-GamexAPISampleAppSource\BetfairUberClient\UberClie nt\Controls\Account\AccountStatement.cs 6 25 API.UberClient"

    It regards this row in the code:
    using Betfair.Gamex.API.Entities;

    Does anybody know how to solve it ?
    Thank you
    regards
    Milan

    Leave a comment:


  • Betfair Developer Program
    started a topic Betfair UberClient - Source Code

    Betfair UberClient - Source Code

    Exchange Games API Sample Application which has been developed using MS Visual Studio 2005 (C#). It user Betfair API Adapter for its communications to Gamex API. This file contains all source code for the full application.
    Attached Files
Working...
X