Does Visual C# 2002/2003 work with .NET 2.0?

 hi all
i have visual C# 2002 STD;
i dont know the price of visual C# 2005 but i dont want to get it cause am saving for longhorn(yep am broke)
will visual C# 2002 work with .Net 2.0.
if(true)
with generics support





Answer this question

Does Visual C# 2002/2003 work with .NET 2.0?

  • PureLegend

    No Visual C# 2002 will not work with .NET 2.0. Visual Studio versions are tightly coupled with the .NET versions they are released with.

    Visual Studio 2002 -> .NET 1.0
    Visual Studio 2003 -> .NET 1.1
    Visual Studio 2005 -> .NET 2.0

    You can run .NET 1.0 applications on 1.1 and 2.0, however you will not get Visual Studio support if you try to develop a 2.0 application within 2002.  The only option if you want to write 2.0 applications is to download the Framework SDK and use the command-line compiler and notepad (with MSBuild if you want).

  • Nedrum

    $49
    where did you get this info. could i get the url.
    not that i dont trust you or anything lol i just want to read more on the express editions, and the projects that will be included.
    i just dont want to jump out another window, cause thats what i did when i paid for visual c# 2002 std and it did not have a lib project. i had to hack a line in console app to create a dll.



  • wpcheah

    Hi,

    to use newer versions of .net you may use sharpdevelop or the express editions.


  • DummyJone

    However the express editions are not free (US$49) and as far as I'm aware SharpDevelop does not yet support .NET 2.0.

  • momentc

  • Does Visual C# 2002/2003 work with .NET 2.0?