Cannot find System.Drawing.dll in reference

后端 未结 1 1335
生来不讨喜
生来不讨喜 2020-12-04 03:31

I\'m having a weird problem. I\'m using Visual Studio 2010 Express for Windows Phone and want to refer System.Drawing.dll. I right-clicked \"reference\" in the project and c

相关标签:
1条回答
  • 2020-12-04 04:22

    That's a Winforms assembly, it requires the host OS to support GDI+, which is not available for wp7.

    Have a look at System.Windows.Media instead

    0 讨论(0)
提交回复
热议问题