Setting .Net Framework Version in VS2008

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?SmFsaWw=?=

    #1

    Setting .Net Framework Version in VS2008


    Please let me know how to configure VS2008 to use .Net Framework 3.5.

    My environment is using 2.0 and I don't know how to change it.

    Thanks,

    -Jalil
  • Michael A. Covington

    #2
    Re: Setting .Net Framework Version in VS2008

    Right-click on the solution and Properties.

    Comment

    • Lee

      #3
      Re: Setting .Net Framework Version in VS2008

      Jalil,

      Very simple. Just right click on your project in the solution explorer
      and and select properties.

      Then on the appication tab, in the "Target Framework" dropdown
      select .Net Framework 3.5

      L. Lee Saunders
      Playing with old ideas/concepts using the newest tools!

      Comment

      • rajesh

        #4
        Re: Setting .Net Framework Version in VS2008

        On Nov 12, 10:09 pm, Jalil <Ja...@discussi ons.microsoft.c omwrote:
        Please let me know how to configure VS2008 to use .Net Framework 3.5.
        >
        My environment is using 2.0 and I don't know how to change it.
        >
        Thanks,
        >
        -Jalil
        Option1: Set Target Framework to 3.5 in the properties window of your
        existing proj file
        Option2: While creating a new project in the "New Project" window
        select the desired .net framework from the dropdown present in the top
        right hand side corner of the window
        -Rajesh

        Comment

        Working...