Betfair UberClient - Source Code

Collapse
This is a sticky topic.
X
X
 
  • Time
  • Show
Clear All
new posts
  • forumbdpwebadmin
    Forum Administrator
    • Sep 2008
    • 26

    #1

    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
  • gbpuser
    Junior Member
    • Jul 2009
    • 1

    #2
    '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

    Comment

    • clothcap
      Junior Member
      • Sep 2009
      • 7

      #3
      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

      Comment

      • arteny
        Junior Member
        • Apr 2013
        • 6

        #4
        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.

        Comment

        • arteny
          Junior Member
          • Apr 2013
          • 6

          #5
          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.

          Comment

          • checkltan1
            Junior Member
            • Jun 2014
            • 2

            #6
            Latest VS.NET version

            Hi,

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

            Comment

            Working...
            X