Target .NET 1.1 using Visual Studio 2005

Hi all,

Looking into MSBuild is something new for me. Is there a way to target projects for the .NET 1.1 framework in Visual Studio 2005. I have seen a couple of suggestions, but none have worked so far. Any help is appreciated.

Thanks in advance,

Zane



Answer this question

Target .NET 1.1 using Visual Studio 2005

  • Adec

    Thanks for the reply neil.
  • Crazy68aseric

    You can use the Toolkit for .NET 1.1 to build v1.1 projects on the command-line using MSBuild, but there is no way to work on v1.1 projects from within Visual Studio. VS2005 is only for 2.0 development. If you want an IDE experience you need to use VS2003.

    Neil



  • Target .NET 1.1 using Visual Studio 2005