Visual Studio 2005 和 .Net 框架 1.1

发布于 2024-07-13 21:45:00 字数 63 浏览 4 评论 0原文

是否可以使用 Visual Studio 2005 创建和维护 .Net Framework 1.1 应用程序?

Is it possible to create and maintain a .Net framework 1.1 application with Visual Studio 2005?

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

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

发布评论

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

评论(5

淡忘如思 2024-07-20 21:45:00

实际上有一个 MSBuild 扩展允许这种情况。 它名为 MSBee,您可以在 CodePlex 上找到它。

MSBuild Extras – .NET 1.1 工具包“MSBee”是 MSBuild 的补充,允许开发人员使用面向 .NET 1.1 的 Visual Studio 2005 项目构建托管应用程序。

Actually there is a MSBuild extension that allow this scenario. It is called MSBee and you can find it on CodePlex.

MSBuild Extras – Toolkit for .NET 1.1 “MSBee” is an addition to MSBuild that allows developers to build managed applications using Visual Studio 2005 projects that target .NET 1.1.

蒲公英的约定 2024-07-20 21:45:00

没有 Visual Studio 2005 只允许您使用 .net 2.0 及更高版本。

No visual studio 2005 only allows you to work with .net 2.0 and above.

撕心裂肺的伤痛 2024-07-20 21:45:00

事实上,是的,你可以,但这并不漂亮,而且你的机器上仍然需要 .Net 1.1。 您不能做的是使用 Visual Studio 编译或构建站点或打开解决方案文件。 您必须从命令行构建这一切。 您将获得不稳定或不正确的智能感知支持。

但您可以像任何其他文本编辑器一样使用它来创建您需要的源文件。

Actually, yes, you can, but it's not pretty and you still need .Net 1.1 on the machine. What you can't do is use Visual Studio to compile or build the site or open the solution file. You'll have to build it all from the command line. You'll get either spotty or incorrect intellisense support.

But you can use it like any other text editor to create the source files you need.

无妨# 2024-07-20 21:45:00

否 Visual Studio 2005 仅适用于 2.0 .Net Framework。 如果您想要维护 1.1 应用程序,您需要使用 Visual Studio .Net 或 Visual Studio 2003。

No Visual Studio 2005 only works with the 2.0 .Net Framework. If you want to maintain a 1.1 application you'll need to either use Visual Studio .Net or Visual Studio 2003.

云裳 2024-07-20 21:45:00

MSBuild Toolkit for .NET 1.1“MSBee”从 vs2005 编译到 net1.1 bot 仅在 webform 中,在 asp.net 中不起作用...

MSBuild Toolkit for .NET 1.1 “MSBee” compile from vs2005 to net1.1 bot only in webform, dontwork in asp.net...

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