How to compile into .NET 1.1 using Visual Studio 2005 (.NET 2.0)

Apparently in Visual Studio 2005 you can only compile .NET Framework 2.0 applications. However, not rare is the case when you need to compile the application into .NET 1.1 and you don’t have Visual Studio 2003 installed.

To be able to compile into .NET 1.1 with Visual Studio 2005 you will need to download the MSBee application from Microsoft. You can download this application msbee.

Use MSBuild to target .NET Framework 1.1

The 1.0 version of MSBee provides

  • Tasks for GetFrameworkPath and GetFrameworkSDKPath
  • Separated output directories for MSBee produced binaries (under FX1_1 directory)
  • A MSI Installer
  • AL task redirection to target .NET 1.1 in the CreateSatelliteAssemblies target
  • Support for the ResolveComReference task
  • LC Task Redirection
  • Excluding .NET 2.0 code via a FX1_1 constant
  • Replacing the default ‘bin\FX1_1’ base path with the BaseFX1_1OutputPath property

Make MSBee Even Better!

We would love for you to send us feedback, bug reports, and feature suggestions. Join the MSBee project on CodePlex and send us your feedback. By signing up as a member of the MSBee community, you’ll get updates for new releases and other Power Toy for Visual Studio news.

The final release for MSBee will be as a shared source project, meaning you’ll be able to download the source and share your changes with the community.

MSBuild Extras – Toolkit for .NET 1.1 “MSBee” is a member of Power Toys for Microsoft Visual Studio, developed by the Developer Solutions team at Microsoft Corporation.

Nathan Pakovskie is an esteemed senior developer and educator in the tech community, best known for his contributions to Geekpedia.com. With a passion for coding and a knack for simplifying complex tech concepts, Nathan has authored several popular tutorials on C# programming, ranging from basic operations to advanced coding techniques. His articles, often characterized by clarity and precision, serve as invaluable resources for both novice and experienced programmers. Beyond his technical expertise, Nathan is an advocate for continuous learning and enjoys exploring emerging technologies in AI and software development. When he’s not coding or writing, Nathan engages in mentoring upcoming developers, emphasizing the importance of both technical skills and creative problem-solving in the ever-evolving world of technology. Specialties: C# Programming, Technical Writing, Software Development, AI Technologies, Educational Outreach

Leave a Reply

Your email address will not be published. Required fields are marked *

Back To Top