如何将项目从 Framework 2.0 版本重建到 1.1 版本?

How to rebuild project from Framework version 2.0 to version 1.1?

我为 Framework 2.0 创建了应用程序,但突然知道我需要在 Framework 1.1 上制作它。我试图像以前那样在所需版本的框架上重建我的项目(从 4.0 到 2.0),但不幸的是 visual studio 2015 更新 1 没有在列表中选择这样的版本。有没有可能以某种方式重建它?我用谷歌搜索了它,但没有找到任何东西。

Visual Studio 2003 是最后一个支持 .NET 1.1 的版本。所以你需要将它移植回那个版本。根据您在框架中使用的内容,向后移植时可能会有很多重大更改。不幸的是,发行说明只描述了从 1.1 2.0 的重大变化,而不是相反。

但是我强烈建议不要这样做。 .NET 1.1 是 old 并且不再受支持,Visual Studio 2003:

.NET Framework 1.1 SP1: The .NET Framework 1.0 was supported at the latest Service Pack level (SP1) under an individual product lifecycle policy until October 8, 2013. However, .NET Framework 1.1 SP1 will continue to be supported until end of support of Windows Server 2003 SP2 (with 32-bit only, not 64-bit).

Note that the extension does not apply to Windows Server 2003 SP2 64-bit edition and Windows Server 2003 Itanium based systems where .NET Framework 1.1 did not ship as a component in the operating system.

https://support.microsoft.com/en-us/gp/framework_faq/en-us

Microsoft Visual Studio .NET 2003 Service Pack 1

Lifecycle Start Date Mainstream Support End Date

9/15/2006                10/14/2008               10/8/2013

https://support.microsoft.com/en-us/lifecycle/search?alpha=Microsoft%20Visual%20Studio%20.NET%202003%20Service%20Pack%201