UXDivers / Gorilla-Player-Support

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

Can't resolve #288

Open Nullstr1ng opened 6 years ago

Nullstr1ng commented 6 years ago

I am using MVVMLight and we tried using Gorilla Player before it even fully supported VS 2017 but even back then, we can't use it because it cannot resolve the "Locator" resource. So I tried it once again in a new project - still unable to use it.

Gorilla Player version 1.1.0.4 Gorilla Player VS Addin 1.2.0.0 Gorilla Server 1.2.0.6

In our App.xaml - the ViewModelLcoator is in our ResourceDictionary

~~~~ But when trying to preview a page, with a BindingContext (set in XAML) BindingContext="{Binding Source={StaticResource Locator}}" Gorilla spits out an issue making the the Gorilla Player totally unusable .. Resource Not Found -> "Can't resolve a sources: Locator" and ore Warnings telling me a namespace was removed -- but why? So, I hope I get a feedback from this because this is the only thing that I was hoping it will work. Xamarin Live Player and Xamarin.Forms previewers does not work as well. But running directly in my without these previewers works.