
Search found 5 matches
- 29 Jun 2011, 11:30
- Forum: Trackmania Forever Web Services
- Topic: SDK .NET: input string was not in a correct format
- Replies: 7
- Views: 11865
Re: SDK .NET: input string was not in a correct format
ok, thanks for the info 

- 29 Jun 2011, 11:13
- Forum: Trackmania Forever Web Services
- Topic: SDK .NET: input string was not in a correct format
- Replies: 7
- Views: 11865
Re: SDK .NET: input string was not in a correct format
I hope i'm not annoying, but i have another problem :roll: It seems like i can't make large request.. is this a restriction on the remote server (i guess it is)? Error: The remote server returned an error: (400) Bad Request. This happens when i do this for example: mrs.GetPlayerRanking("World&q...
- 29 Jun 2011, 07:29
- Forum: Trackmania Forever Web Services
- Topic: SDK .NET: input string was not in a correct format
- Replies: 7
- Views: 11865
Re: SDK .NET: input string was not in a correct format
You're THE man!
thanks

thanks

- 28 Jun 2011, 10:00
- Forum: Trackmania Forever Web Services
- Topic: SDK .NET: input string was not in a correct format
- Replies: 7
- Views: 11865
- 27 Jun 2011, 14:34
- Forum: Trackmania Forever Web Services
- Topic: SDK .NET: input string was not in a correct format
- Replies: 7
- Views: 11865
SDK .NET: input string was not in a correct format
Hi all, I'm struggling a bit to get the web services working with C#... I'm trying to start from the very beginning by using MultiplayerRankingService. MultiplayerRankingService mrs; private void btShow_Click(object sender, EventArgs e) { mrs = new MultiplayerRankingService("username", &qu...