Results 1 to 4 of 4

Thread: How to build using .net 2.0

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2009
    Location
    Milan
    Posts
    810

    How to build using .net 2.0

    I've got express edition but I don't have .net 3.5 on my server only 2.0 and I can not upgrade this.

    how can my project use .net 2.0?

  2. #2
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: How to build using .net 2.0

    Hello,

    Assuming that you are using Visual Studio Express 2008, it is possible to have your application target either .Net Framework 3.5, 3.0 and 2.0.

    When you create a project you will see (in the New Project dialogue) the option to select which .Net Framework version you want to use. The default will be to use .Net 3.5 as that is the latest, but you can change this to .Net 2.0.

    If you have already created the project and you want to change the target framework you can do this by right clicking on your project in solution explorer and choosing properties. Then on the Application tab, select which framework you want to use.

    Out of interest, why are you not able to upgrade the Framework version on the server?

    Gary

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Dec 2009
    Location
    Milan
    Posts
    810

    Re: How to build using .net 2.0



    What do I do if there are no objects in there?

  4. #4
    PowerPoster gep13's Avatar
    Join Date
    Nov 2004
    Location
    The Granite City
    Posts
    21,963

    Re: How to build using .net 2.0

    Hmmm, I am not sure

    It looks as though something is not installed correctly on your machine. What exactly do you have installed?

    Gary

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