I have .Net 3.5 on my dev machine but am forced to deploy to a .Net 2.0 machine. Without wiping my current install is there a way to “dumb down” my version of .Net so it behaves like .Net 2.0? Thanks
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In the properties for your solution in Visual Studio, you can change the Target Framework to “.NET Framework 2.0”. Check out this MSDN article for more information.