sthewissen/Xamarin.Forms.PancakeView

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

Opened this issue · 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.

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

Anyone get a fix?

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

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.

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