Net framework error

emils

Reputable
Aug 4, 2014
17
0
4,510
I just installed windows 8.1 pro x86 and i already got latest net framework 4.5.2 installed, but i when i run some apps it pops on that this application requires one of the following net framevork versions: 4.0.30319!!!! And when i try to install net framework 4.0.30319 version it says that there are higher version already installed!!
 
Solution
If you go to Add Remove Windows Features from Programs and Features, you may see that previous .NET frameworks are not installed. Enable that, let it install, and then try your application again.

If that doesn't work, start throwing compatibility modes at your applications.

If the basic ones don't work, try Microsoft Application Compatibility Toolkit (Now part of the Microsoft ADK, a free download)

After that, well, then you have to start poking the developers or reverse engineer it yourself.

Eximo

Titan
Ambassador
If you go to Add Remove Windows Features from Programs and Features, you may see that previous .NET frameworks are not installed. Enable that, let it install, and then try your application again.

If that doesn't work, start throwing compatibility modes at your applications.

If the basic ones don't work, try Microsoft Application Compatibility Toolkit (Now part of the Microsoft ADK, a free download)

After that, well, then you have to start poking the developers or reverse engineer it yourself.
 
Solution