vs.net 2013 express上的System.Windows.Forms参考

时间:2014-07-05 14:50:18

标签: c# .net dll visual-studio-2013

我尝试在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版本之前,我通常右键单击SolutionExplorer中的References和Add Reference并找到System.Windows.Forms;

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

我想念什么?首先,我只需要在64位窗口框上创建DLL。没有电话,没有商店,而且我不清楚我从哪个模板开始。

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

感谢。

PS。我可以在vs.net(2010年,2012年)的先前版本的快速版本中执行此操作。情况有变化吗?

1 个答案:

答案 0 :(得分:2)

听起来你安装了错误的edition Express。您可能安装了" Express 2013 for Windows",它严格用于构建Windows Phone和Windows应用商店应用。 (是的,命名令人困惑。这是因为他们真的试图引导人们创建商店应用。)

相反,您需要" Express 2013 for Windows 桌面"。