Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The type or namespace name 'UWP' does not exist in the namespace 'Xamarin.Forms.PancakeView' (are you missing an assembly reference?) #151

Open
ArthurFSharp opened this issue Nov 21, 2020 · 5 comments

Comments

@ArthurFSharp
Copy link

I'm trying to setup PancakeView (2.3.0.759) in my Xamarin Forms solution, and in the UWP project. I followed the wiki instructions, but I get the following error :

The type or namespace name 'UWP' does not exist in the namespace 'Xamarin.Forms.PancakeView' (are you missing an assembly reference?)

Seems weird to me knowing that in the source code, this namespace really exists.

@GrmpyPmpkin
Copy link

I am getting this error too, did you find a fix?

@BillyMartin1964
Copy link

Anyone get a fix?

@sjorsmiltenburg
Copy link

Because UWP support was no longer on the table I stuck with version 1.4.2 and I am not experiencing this

@BillyMartin1964
Copy link

Thanks, @sjorsmiltenburg . I ended up using Syncfusion's border control so that I could have thicker borders than Frame has. Don't know why there is no border thickness on Frame.

@FabriBertani
Copy link

I've solved this issue by set the min version of the UWP project to 1809 (10.0, Build 17763)

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

No branches or pull requests

5 participants