I started a program with .NET Framework 4.0 .. how can I change .NET Framework to 2.0 ?? ..
Printable View
I started a program with .NET Framework 4.0 .. how can I change .NET Framework to 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?