My friend wrote an application in .NET2.0. I’d like to install/use that application on my pc.
I have already Installed .NET3.5 framework on my pc.
Is it necessary for me to install .NET2.0 framework on my pc, too?
I am using windowsXP
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.
Any application that requires .NET 2.0 will work fine with .NET 3.0 or 3.5.
Versions 3.0 and 3.5 of the .NET Framework both use version 2.0 of the CLR, the exact same version as .NET 2.0. This means that they are both in-place updates. Only new features were added.
See this handy diagram for reference: