Skip to content
This repository has been archived by the owner on May 5, 2021. It is now read-only.

"Platform implementation is not referenced" on UWP #22

Closed
rcoodey opened this issue Jul 21, 2016 · 0 comments
Closed

"Platform implementation is not referenced" on UWP #22

rcoodey opened this issue Jul 21, 2016 · 0 comments

Comments

@rcoodey
Copy link

rcoodey commented Jul 21, 2016

The sample runs fine for Android but whenever launching the UWP get the exception: "Platform implementation is not referenced". This happens in this line of code:
async void StartUrhoApp() { urhoApp = await urhoSurface.Show<UrhoApp>(new ApplicationOptions(assetsFolder: null) { Orientation = ApplicationOptions.OrientationType.LandscapeAndPortrait }); }
Got Xamarin.Forms at 2.3.0.107 and UrhoSharp.Forms at 1.0.557. Also tried Xamarin.Forms at 2.2.0.31 like the sample.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants