Hello,
I am currently working with some users that do not have the .NET Framework installed. I have a ClickOnce application I am attempting to deploy. This has lead me to arrive at two questions:
- What is the minimum version of the .NET Framework required on these users machines? I have heard .NET 2.0 and .NET 3.5.
- If a user has .NET 2.0 do they need admin privileges to upgrade to .NET 3.5?
Thank you.