Visual Studio 2005 and .Net framework 1.1

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

+3
source share
5 answers

In fact, there is an MSBuild extension that allows this scenario. It is called MSBee , and you can find it on CodePlex.

MSBuild Extras - Toolkit for .NET 1.1 "MSBee" is an add-on to MSBuild that allows developers to create managed applications using Visual Studio 2005 projects for .NET 1.1.

+13
source

2005 .net 2.0 .

+5

, , , , .Net 1.1 . , , Visual Studio . . , intellisense.

, , .

+3

No Visual Studio 2005 only works with the 2.0.Net Framework. If you want to support application 1.1, you need to either use Visual Studio.Net or Visual Studio 2003.

+2
source

MSBuild Toolkit for .NET 1.1 "MSBee" compiles from vs2005 to net1.1 only in web form, dontwork in asp.net ...

+2
source

Source: https://habr.com/ru/post/1703037/


All Articles