-2

I added the UWP Community Toolkit to a project and am getting the following error while executing.

enter image description here

Has anyone ever experienced this?

Bart
  • 9,925
  • 7
  • 47
  • 64

1 Answers1

6

The MSDN page of DropShadow shows that the calls was added in Build 14393 (V1607):

Device family Universal, introduced version 10.0.14393.0

So make sure you target your app for Build 14393 and not the older 10586.

enter image description here

magicandre1981
  • 27,895
  • 5
  • 86
  • 127
  • The UWP toolkit [docs](http://docs.uwpcommunitytoolkit.com/en/master/controls/DropShadowPanel/) mention this as well. – Bart Nov 01 '16 at 10:35