Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个奇怪的问题。我正在使用适用于 Windows Phone 的 Visual Studio 2010 Express,并希望引用 System.Drawing.dll。我在项目中右键单击“引用”并单击“添加引用...”,但是,我在 .NET 选项卡下找不到 System.Drawing.dll。任何想法为什么?谢谢!
飞
那是一个 Winforms 程序集,它要求主机操作系统支持 GDI+,这对 wp7 不可用。
看看System.Windows.Media代替