在 2.0 和 3.5 之后安装 .NET frmwk 1.1
我当前运行的是 Windows 7 - 64 位,安装了 .NET Framework 2.0 和 3.5。我有一位客户需要为 .NET 1.1 编写的程序。除非安装了 .NET 1.1,否则 Visual Studio 不会让我针对 .NET 1.1 目标平台进行构建。我可以在当前系统上安装 .NET 1.1 而不会造成任何混乱吗?
I am currently running Windows 7 - 64bit, with .NET framework 2.0 and 3.5 installed. I have a customer that needs a program written for .NET 1.1. Visual Studio will not let me build for a target platform of .NET 1.1 unless it is installed. Can I install .NET 1.1 on my current system without messing anything up?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请注意,如果您想要面向 .NET Framework 1.1,则需要安装 Visual Studio 2003。
但是,Windows 7 不再正式支持此版本的 Visual Studio。最好使用 VM:
从长远来看,您最好至少迁移到 .NET 2.0 运行时。
Note that you will need to install Visual Studio 2003 if you want to target .NET Framework 1.1.
However, this version of Visual Studio is no longer officially supported on Windows 7. Best you go with a VM:
In the long run you are best off migrating to at least .NET 2.0 runtime.
由于您使用的是 Win 7,请安装 XP 模式并安装早期版本的Visual Studio 可以编译为 .NET 1.1。
Since you have Win 7, install XP Mode and install an earlier version of Visual Studio on there to compile to .NET 1.1.