是否可以使用 Visual Basic Express 2008 开发在 .net Framework 1.0 上运行的应用程序?

发布于 2024-11-07 03:09:23 字数 116 浏览 0 评论 0原文

我正在尝试使用 Microsoft 的 Visual Basic Express 2008 开发一个在 .net Framework 1.0 上运行的应用程序。我可以下载一些东西来执行此操作还是必须要求下载最新的框架?

I'm trying to develop an app with Microsoft's Visual Basic Express 2008 to run on the .net framework 1.0. Is there something I can download to do this or do I have to require the latest framework to be downloaded?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

南城旧梦 2024-11-14 03:09:23

否:

  • 您只能使用 Visual Studio .NET 2002 针对 .NET 1.0 进行开发。
  • 您可以使用 Visual Studio .NET 2003 针对 .NET 1.1 进行开发。
  • 可以使用 Visual Studio 2005 针对 .NET 2.0 和 3.0 (IIRC) 进行开发。
  • 您 可以使用 Visual Studio 2008 针对 .NET 2.0、3.0 和 3.5 进行开发。
  • 您可以针对 .NET 进行开发使用 Visual Studio 2010 的 2.0、3.0、3.5 和 4.0。

如果您通过直接运行命令行工具安装了这些,您仍然可以针对 .NET 1.0 或 .NET 1.1 进行编译 - 但您不会没有大量工作就无法使用 Visual Studio 进行构建,IIRC。 (我似乎记得有一个工具可以允许它,但我不知道它的效果如何,而且我怀疑它现在是否受支持。)

No:

  • You can only develop against .NET 1.0 by using Visual Studio .NET 2002.
  • You can develop against .NET 1.1 using Visual Studio .NET 2003.
  • You can develop against .NET 2.0 and 3.0 (IIRC) using Visual Studio 2005.
  • You can develop against .NET 2.0, 3.0 and 3.5 using Visual Studio 2008.
  • You can develop against .NET 2.0, 3.0, 3.5 and 4.0 using Visual Studio 2010.

You could still compile against .NET 1.0 or .NET 1.1 if you've got those installed by running the command line tools directly - but you won't be able to use Visual Studio to build without a fair chunk of work, IIRC. (I seem to remember there is a tool to allow it, but I don't know how well it works, and I doubt that it's supported now.)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文