UXDivers / Gorilla-Player-Support

This is the public Gorilla Player support website
http://gorillaplayer.com
115 stars 17 forks source link

SampleData.json only works in Xamarin Studio, not VS plugin #30

Open davidhusselmann opened 8 years ago

davidhusselmann commented 8 years ago

Hi guys,

It appears that using SampleData.json for data binding and listview items only works in Xamarin Studio, not in the Visual Studio plugin. I have tried opening the MyCoolCompanyApp as provided in the samples, and on my machine it works great in Xamarin Studio, but in Visual Studio it is as if the SampleData.json file is missing - no data is bound to the listview.

I also find this happens in my own application - SampleData.json is completely ignored in VS, but works great in XS.

jpbrocca commented 8 years ago

Hi David, thanks for your help!

That is really weird. So you just used Gorilla out of the box and opened the provided sample and on VS it just ignores SampleData.json? I am trying to make sure that you didn't modify that file before you tried on Visual Studio.

We will need to investigate but since it works on Xamarin Studio it is weird...maybe it is something related with encoding, but I can't tell. In any case if you find any clue just let us know while we try to find the reason.

Thank you very much!

escamoteur commented 8 years ago

I also tried the sample with VS2015 and it works fine with the Xamarin.Forms Android Player

jpbrocca commented 8 years ago

@davidhusselmann can you confirm you were using Visual Studio 2015 when you experienced this issue ? Thanks!