Is it possible to create and maintain a .Net framework 1.1 application with Visual Studio 2005?
是否可以使用Visual Studio 2005创建和维护.Net framework 1.1应用程序?
5 个解决方案
#1
Actually there is a MSBuild extension that allow this scenario. It is called MSBee and you can find it on CodePlex.
实际上有一个允许这种情况的MSBuild扩展。它被称为MSBee,您可以在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.
MSBuild Extras - 用于.NET 1.1的工具包“MSBee”是MSBuild的补充,允许开发人员使用面向.NET 1.1的Visual Studio 2005项目构建托管应用程序。
#2
No visual studio 2005 only allows you to work with .net 2.0 and above.
没有visual studio 2005只允许你使用.net 2.0及更高版本。
#3
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.
实际上,是的,你可以,但它并不漂亮,你仍然需要机器上的.Net 1.1。您不能做的是使用Visual Studio编译或构建站点或打开解决方案文件。您必须从命令行构建所有内容。您将得到不稳定或不正确的智能感知支持。
But you can use it like any other text editor to create the source files you need.
但您可以像使用任何其他文本编辑器一样使用它来创建所需的源文件。
#4
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.
没有Visual Studio 2005仅适用于2.0 .Net Framework。如果要维护1.1应用程序,则需要使用Visual Studio .Net或Visual Studio 2003。
#5
MSBuild Toolkit for .NET 1.1 “MSBee” compile from vs2005 to net1.1 bot only in webform, dontwork in asp.net...
MSBuild Toolkit for .NET 1.1“MSBee”仅在webform中从vs2005编译到net1.1 bot,在asp.net中编译...
#1
Actually there is a MSBuild extension that allow this scenario. It is called MSBee and you can find it on CodePlex.
实际上有一个允许这种情况的MSBuild扩展。它被称为MSBee,您可以在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.
MSBuild Extras - 用于.NET 1.1的工具包“MSBee”是MSBuild的补充,允许开发人员使用面向.NET 1.1的Visual Studio 2005项目构建托管应用程序。
#2
No visual studio 2005 only allows you to work with .net 2.0 and above.
没有visual studio 2005只允许你使用.net 2.0及更高版本。
#3
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.
实际上,是的,你可以,但它并不漂亮,你仍然需要机器上的.Net 1.1。您不能做的是使用Visual Studio编译或构建站点或打开解决方案文件。您必须从命令行构建所有内容。您将得到不稳定或不正确的智能感知支持。
But you can use it like any other text editor to create the source files you need.
但您可以像使用任何其他文本编辑器一样使用它来创建所需的源文件。
#4
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.
没有Visual Studio 2005仅适用于2.0 .Net Framework。如果要维护1.1应用程序,则需要使用Visual Studio .Net或Visual Studio 2003。
#5
MSBuild Toolkit for .NET 1.1 “MSBee” compile from vs2005 to net1.1 bot only in webform, dontwork in asp.net...
MSBuild Toolkit for .NET 1.1“MSBee”仅在webform中从vs2005编译到net1.1 bot,在asp.net中编译...