System.Windows.Forms reference on vs.net 2013 express

本文关键字:net 2013 express vs on Windows Forms reference System | 更新日期: 2023-09-27 18:11:29

我尝试在vs.net 2013 express上使用System.Windows.Forms参考开发一个简单的dll。

http://msdn.microsoft.com/en-us//library/ms171830.aspx

///////////////////////////////////////////////////////////////////// 
// Pull model smart tag example. 
// Need references to System.dll, System.Windows.Forms.dll,  
// System.Design.dll, and System.Drawing.dll. 
///////////////////////////////////////////////////////////////////// 
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.ComponentModel.Design;
using System.Windows.Forms;
using System.Text;
using System.Reflection;

在此vs.net版本之前,我通常在解决方案资源管理器和Add Reference中右键单击References,并找到System.Windows.Forms;

但是,我再也找不到System.Windows.Forms了。

我错过了什么?首先,我只需要在64位窗口上创建DLL。没有手机,没有商店,也不清楚我从哪个模板开始。

如果是因为express版本的限制,请告诉我。我将安装更高的版本,因为我有MSDN。

谢谢。

p。我可以在之前版本的vs.net(2010、2012)的express edition中做到这一点。情况变了吗?

System.Windows.Forms reference on vs.net 2013 express

听起来您安装了错误的Express版本。你可能安装了"Express 2013 for Windows",这是专门用于开发Windows Phone和Windows Store应用程序的。(是的,这个名字令人困惑。这是因为他们真的想引导人们去开发商店应用。

相反,你需要"Express 2013 for Windows Desktop"。