Visual Studio 2015 Express Web 中的目标 .net framework 2.0

Target .net framework 2.0 in Visual Studio 2015 Express Web

我最近安装了 VS 2015 Express Web 来为 Intranet 平台 asp.net 开发 运行ning .net 2。升级这个平台不是一个选项,所以我想在我的 VS 项目中以 v2 为目标,但该选项不会出现:

我是 运行ning Windows 7,所以通过 MS 安装程序 @ https://www.microsoft.com/en-ca/download/details.aspx?id=22 or https://www.microsoft.com/en-ca/download/details.aspx?id=25150 安装 .net 3.5 sp 1 不是一个选项 - 安装程序指示我使用 Add/Remove Windows 来自程序的功能和控制面板中的功能:

Add/Remove Windows 特色对话

我在安装 VS 之前安装了 .net 3.5.1。 Google 的建议引导我 uninstall/reinstall 它,运行 它的安装程序的 VS 修复选项,但我仍然没有在“新项目”对话框中选择以 .net 2 为目标的选项。我在网络上的线程中看到了屏幕截图,在对话框中显示了早期的 .net 版本,因此我希望有一些方法可以使这项工作正常进行。

你能告诉我我遗漏了什么,或者有什么方法可以解决这个问题吗?

非常感谢!

this link

In Express editions of Visual Studio, you cannot set the target framework in the New Project dialog box." it seems to suggest that by opening an earlier project you can upgrade it or leave the target as is. not sure if that actually works though.

this link 说:

In Express editions of Visual Studio, you must create the project first, and then you can change the target...