简体   繁体   English

是否有针对VS 2008的.NET 1.1的插件?

[英]Is there a plugin for targetting .NET 1.1 with VS 2008?

是否有针对VS 2008的.NET 1.1的插件?

From what I know, you can hack the build files to target the 1.1 runtime instead. 据我所知,你可以破解构建文件来定位1.1运行时。

Google for your question and you should turn up pages like this one . 谷歌提出你的问题,你应该出现像这样的页面。

According to Scott Guthrie , the reason VS 2008 does not support 1.0 or 1.1... 根据Scott Guthrie的说法 ,VS 2008不支持1.0或1.1的原因......

"...is that there were significant CLR engine changes between .NET 1.x and 2.x that make debugging very difficult to support. In the end the costing of the work to support that was so large and impacted so many parts of Visual Studio that we weren't able to add 1.1 support in this release." “...是因为.NET 1.x和2.x之间存在重大的CLR引擎变化,这使得调试非常难以支持。最终,支持它的工作成本如此之大,影响了很多部分。 Visual Studio,我们无法在此版本中添加1.1支持。“

Sounds like it would be difficult to really create such a plugin. 听起来很难真正创建这样的插件。 The only hope you might find in his statement is that they "weren't able to add 1.1 support in this release " (emphasis mine). 你可能在他的陈述中找到的唯一希望是他们“ 在这个版本中无法增加1.1支持”(强调我的)。 ie maybe they will add it down the road. 也许他们会把它添加到路上。

I wouldn't hold my breath though. 我不会屏住呼吸。


EDIT: Looks like the link @lassevk provided shows some promise for those people that can't accept running VS 2003 side-by-side with VS 2008. Looks like a lot of work though. 编辑:看起来@lassevk提供的链接显示了那些无法接受与VS 2008并行运行VS 2003的人的承诺。虽然看起来很多工作。 :) :)

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM