Xamarin.Forms.PancakeView icon indicating copy to clipboard operation
Xamarin.Forms.PancakeView copied to clipboard

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

Open ArthurFSharp opened this issue 4 years ago • 5 comments

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.

ArthurFSharp avatar Nov 21 '20 08:11 ArthurFSharp

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

GrmpyPmpkin avatar Jan 19 '21 13:01 GrmpyPmpkin

Anyone get a fix?

BillyMartin1964 avatar May 22 '21 15:05 BillyMartin1964

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

sjorsmiltenburg avatar May 22 '21 15:05 sjorsmiltenburg

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.

BillyMartin1964 avatar May 22 '21 17:05 BillyMartin1964

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

FabriBertani avatar Dec 12 '21 01:12 FabriBertani