CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4

Thread: c# upgrade woes

  1. #1
    Join Date
    Dec 2006
    Posts
    38

    c# upgrade woes

    Hi

    I have Visual Studio.net 3.0, and I guess C# 1.0, professional edition.

    All I am trying to do is upgrade to C# 2.0. The version of .net I am using is just fine.

    You'd think that would be a straightforward task.

    I can't for the life of me find where I can purchase/upgrade C#.

    Do I have to upgrade to some other version of VS.net to get c# 2.0? Can I just purchase, from somewhere, just C# 2.0 upgrade?

    I have legacy software so I don't want anything to do with Vista, VS 3.0 beta, etc.

    Any ideas?

    thanks in advance

  2. #2
    Join Date
    Apr 2002
    Location
    PA, USA
    Posts
    1,658

    Re: c# upgrade woes

    You already have C# (.NET, really) 2.0 as I'm sure you already have 3.0.

    C:\WINDOWS\Microsoft.NET\Framework (or whatever your windir is). There you'll see all the versions you have.

    I don't know if there are any "hacks" or ways to force a .NET 2.0 version for compilation in VS2k3 or prior; VS2k5 allows it -- sort of -- if you use MSBee or the likes. VS2k8 is supposed to, I think, launch with .NET 3.5, though I'm not sure if they finally added support for multiple versions of .NET compilations natively in the UI.
    =--=--=--=--=--=--=--=--=--=--=--=--=--=
    Please rate this post to show your appreciation for those that helped you.

    Before You Post A Question, Please Read This: How & When To Ask Your Question
    =--=--=--=--=--=--=--=--=--=--=--=--=--=

    -eli
    http://www.toad-software.com
    http://www.dailymission.com - Do It Daily

  3. #3
    Join Date
    Dec 2006
    Posts
    38

    Re: c# upgrade woes

    Eli


    Thanks for the reply.

    I gave the wrong information. I have Visual Studio.net Professional 2003. The .net framework is 1.1. C# is 1.0.

    I want to get to C# 2.0.


    thanks again


    ken

  4. #4
    Join Date
    Mar 2002
    Location
    St. Petersburg, Florida, USA
    Posts
    12,125

    Re: c# upgrade woes

    Quote Originally Posted by k_nemelka
    I gave the wrong information. I have Visual Studio.net Professional 2003. The .net framework is 1.1. C# is 1.0.

    I want to get to C# 2.0.
    Three possible choices:

    1) Use the command line tools that are part of the .NET 2.0 SDK
    2) Use Visual Studio 2005 Express Edition (it is free)
    3) Purchase Professional (or better) Visual Studio 2005

    That is all.
    TheCPUWizard is a registered trademark, all rights reserved. (If this post was helpful, please RATE it!)
    2008, 2009,2010
    In theory, there is no difference between theory and practice; in practice there is.

    * Join the fight, refuse to respond to posts that contain code outside of [code] ... [/code] tags. See here for instructions
    * How NOT to post a question here
    * Of course you read this carefully before you posted
    * Need homework help? Read this first

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured