This is the error we get:
Error 1 The type \'System.Windows.Point\' is defined in an assembly that is not referenced. You must add a reference to as
Add System.Windows
assembly reference:
If this does not solve the issue try Adding PresentationFramework
, PresentationCore
and WindowsBase
assemblies (.NET 3.5
)