Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can I still target .NET Framework 1.1 in VisualStudio 2010?

I am working with a project which uses .Net Frame V1.1 runs on VisualStudio 2003, Now, I want to run my project in VisualStudio 2010? Can I still target .NET Framework 1.1 in VisualStudio 2010?

like image 861
Jaycee Avatar asked Dec 01 '11 05:12

Jaycee


People also ask

Is .NET 1.1 still supported?

NET Framework 1.1 isn't supported - Windows Client | Microsoft Learn. This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

What is the .NET framework for Visual Studio 2010?

The functionality of Visual Studio 2010, . NET Framework 4 and Silverlight 4 creates a powerful and unique combination, opening up new opportunities for developers to build applications that take advantage of new and existing devices, as well as emerging platforms like cloud services.”


2 Answers

Visual Studio 2010 only supports the 2.0, 3.0, 3.5, and 4.0 frameworks as targets. It does not support 1.1.

Is there any reason why you can't upgrade it to .NET 2.0. Did you know that .NET 1.1 is no longer officially supported on Server 2008 R2 and so I wouldn't expect it to be officially supported on any newer operating system.

I have read of some hacks to build .NET 1.1 projects for VS2005 and VS2008 - see below. Realize that if you set this up, then everyone else who works on the project will have to go through the same setup.

http://www.hanselman.com/blog/BuildingNET11ProjectsUsingVisualStudio2005.aspx

http://devlicio.us/blogs/ziemowit_skowronski/archive/2008/08/22/working-with-net-1-1-in-visual-studio-2008-and-team-server.aspx

like image 191
shf301 Avatar answered Oct 12 '22 14:10

shf301


No, .NET Framework 1.1 is not supported by Visual Studio 2010.

like image 21
Rahim Mammadli Avatar answered Oct 12 '22 14:10

Rahim Mammadli