Results 1 to 2 of 2

Thread: .Net Framework 2.0

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Sep 2011
    Posts
    85

    .Net Framework 2.0

    I started a program with .NET Framework 4.0 .. how can I change .NET Framework to 2.0 ?? ..

  2. #2
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: .Net Framework 2.0

    The simple answer is that it is an option in the Advanced Compiler options on the Compile tab under Project|Properties. However, that's unlikely to be sufficient. Framework 2.0 is fairly far back, and it is reasonably likely that you have used features and constructs that were not introduced until later than 2.0, so just changing the target may result in more difficult changes.

    Why do you need to drop so far back?
    My usual boring signature: Nothing

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