Visual Studio 2005 and .Net framework 1.1

后端 未结 5 1494
無奈伤痛
無奈伤痛 2021-01-06 14:34

Is it possible to create and maintain a .Net framework 1.1 application with Visual Studio 2005?

相关标签:
5条回答
  • 2021-01-06 15:05

    MSBuild Toolkit for .NET 1.1 “MSBee” compile from vs2005 to net1.1 bot only in webform, dontwork in asp.net...

    0 讨论(0)
  • 2021-01-06 15:06

    Actually there is a MSBuild extension that allow this scenario. It is called MSBee and you can find it on CodePlex.

    MSBuild Extras – Toolkit for .NET 1.1 “MSBee” is an addition to MSBuild that allows developers to build managed applications using Visual Studio 2005 projects that target .NET 1.1.

    0 讨论(0)
  • 2021-01-06 15:15

    Actually, yes, you can, but it's not pretty and you still need .Net 1.1 on the machine. What you can't do is use Visual Studio to compile or build the site or open the solution file. You'll have to build it all from the command line. You'll get either spotty or incorrect intellisense support.

    But you can use it like any other text editor to create the source files you need.

    0 讨论(0)
  • 2021-01-06 15:18

    No visual studio 2005 only allows you to work with .net 2.0 and above.

    0 讨论(0)
  • 2021-01-06 15:18

    No Visual Studio 2005 only works with the 2.0 .Net Framework. If you want to maintain a 1.1 application you'll need to either use Visual Studio .Net or Visual Studio 2003.

    0 讨论(0)
提交回复
热议问题