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.
Betfair UberClient - Source Code
Collapse
This is a sticky topic.
X
X
-
Tags: None
- Stuck
-
'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
-
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.Originally posted by clothcap View Postbit 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
-
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


Comment