|
-
Feb 8th, 2012, 01:04 PM
#1
Thread Starter
Lively Member
.Net Framework 2.0
I started a program with .NET Framework 4.0 .. how can I change .NET Framework to 2.0 ?? ..
-
Feb 8th, 2012, 01:10 PM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|