mercadolibre / net-sdk

MercadoLibre's .NET SDK
56 stars 80 forks source link

App ID is long type not int #13

Closed zamarrong closed 4 years ago

zamarrong commented 9 years ago

Hi im trying to use the SDK but this not works for me: Meli m = new Meli(4940955135042863, "mysecretkey"); because i got an error cant convert from long to int

ARICHERI commented 9 years ago

Any luck?

zamarrong commented 9 years ago

I download the source code and modify the int for long and i recompile it

bounav commented 9 years ago

Hasn't this been fixed in 2012? See this pull request: https://github.com/mercadolibre/net-sdk/pull/5/files

henriqb commented 8 years ago

Yes. But the download link, still has the old dll with int32 client id.

int