是否有用于将VS 2008与.NET 1.1一起定位的插件?
时间:2020-03-05 18:47:53 来源:igfitidea点击:
是否有针对VS 2008的.NET 1.1目标插件?
解决方案
回答
据我所知,我们可以修改构建文件以针对1.1运行时。
Google询问问题,我们应该打开类似这样的页面。
回答
根据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."
听起来很难真正创建这样的插件。我们可能会在他的声明中发现的唯一希望是,他们"无法在此版本中添加1.1支持"(强调我的意思)。即,也许他们会在以后添加它。
我不会屏住呼吸。
编辑:看起来提供的链接@lassevk为那些无法接受与VS 2008并排运行VS 2003的人提供了一些希望。尽管看起来很多工作。 :)