Can not find System.Windows Assembly

后端 未结 15 2186
野趣味
野趣味 2020-12-30 20:06

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

15条回答
  •  抹茶落季
    2020-12-30 20:31

    Try with adding PresentationCore.dll After it you can use System.Windows namespace

提交回复
热议问题