How to fix error "To run this application, you first must install one of the following version of the .Net Framework: v2.0.50727"?
Posted
by
Gravitas
on Super User
See other posts from Super User
or by Gravitas
Published on 2012-09-21T12:32:01Z
Indexed on
2013/07/01
10:24 UTC
Read the original article
Hit count: 228
How do I fix the error that started popping up in a lot of applications:
To run this application, you first must install one of the following version of the .Net Framework: v2.0.50727.
Would you like to download an install version v2.0.50727 of the .NET framework now?
Unfortunately, this is not as simple as just installing the .NET 2.0 runtime, because its already installed. If I run the recommended installers for .NET 2.0 or .NET 3.5 SP1, it exits silently.
Events leading to problem:
- Installed SQL Server 2008 R2, which installs a toy version of Visual Studio 2008 that only deals with SQL specific projects.
- Uninstalled Visual Studio 2008.
© Super User or respective owner