简体   繁体   English

为什么我不能针对VS 2005/2008的.NET 1.1?

[英]Why can't I target .NET 1.1 from VS 2005/2008?

This may seem quite simple to you guys; 对你们来说,这似乎很简单。 but can someone please tell me (or give me a link) WHY the newer Visual Studios (VS 2005 and later) do not target .net 1.0 and 1.1 frameworks? 但是有人可以告诉我(或给我链接)为什么较新的Visual Studio(VS 2005及更高版本)不针对.net 1.0和1.1框架吗? I have only checked out the VS 2005 and 2008 express editions! 我只签出了VS 2005和2008 Express版本! I am assuming that it is the same for the non-express editions too. 我假设非速成版也是如此。

[Pardon the mixed flow of thoughts here.] I mean, from what I am seeing(perception of a layman); [原谅这里混杂的想法。]我的意思是,从我所看到的(对一个外行的看法); when one installs a particular .net framework, the installer installs the previous frameworks too. 当安装一个特定的.net框架时,安装程​​序也会安装以前的框架。 Now, I would like to target the older frameworks (1,1.1,2,3) because they are relatively smaller "installs" compared to say .net 4. From where I come not many people have a bandwidth to wait for that kind of download(home users and not business people). 现在,我想针对较旧的框架(1、1.1、2、3),因为与说.net 4相比,它们的“安装量”相对较小。从这里来的人并不多,没有带宽可以等待那种下载(家庭用户而非商人)。

Short answer: .NET 1.x is no longer supported. 简短答案:不再支持.NET1.x。 They're not going to help people write for an unsupported framework. 他们不会帮助人们编写不受支持的框架。

There are many "fixes" in .NET 2.0 and greater that aren't in .NET 1.x, I can't think of a compelling technical reason to want to work in .NET 1.1. .NET 2.0和更高版本中有许多“修补程序”,而.NET 1.x中没有,我想不出要在.NET 1.1中工作的强大技术原因。

Not all newer versions of .NET "include" older versions. 并非所有.NET的较新版本都“包含”较旧的版本。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 是否有针对VS 2008的.NET 1.1的插件? - Is there a plugin for targetting .NET 1.1 with VS 2008? SetClientCredential在vs.net 2005中可见,但在2008中不可见 - SetClientCredential visible in vs.net 2005 but not 2008 从VS 2005转换为VS 2008后,更新面板不起作用 - Update panels don't work after converting from VS 2005 to VS 2008 是否可以使用VS.NET 2008构建.NET 1.1应用程序? - Is it possible to build .NET 1.1 apps with VS.NET 2008? VS.NET 2005表单设计器-页面可以从父级继承其大小,我是否可以在VS设计器视图中看到它 - VS.NET 2005 Form Designer - Can pages inherit their size from a parent, and can I see it in VS designer view 我可以在VS2008上使用.NET Framework 4.0吗? - can I use .NET Framework 4.0 with VS2008? 我可以在.NET 1.1项目中使用在VS2010 .NET 4.0中创建的类库吗? - Can I use a Class Library created in VS2010 .NET 4.0 in a .NET 1.1 project VS 2005可以为.NET 4构建C#吗? - Can VS 2005 build C# for .NET 4? VS 2017和.net Core 1.1无法安装Nuget包进行日志记录 - VS 2017 and .net core 1.1 can't install Nuget package for logging VS2005 / .NET 2.0和VS2008 / .NET 3.5之间的本地化功能是否有重大变化? - Are There Any Significant Changes in Localization Features Between VS2005/.NET 2.0, and VS2008/.NET 3.5?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM