Search code examples
.net-4.0setup-deploymentprerequisites

Do .Net 4 Framework WinForms Applications Need Previous Versions?


.NET 4 has a new CLR.

If I install the V4 framework on a PC will it install if there are NO earlier framework versions on that PC? Also, will my WinForms applications, targeted at .NET 4 run smoothly with no other framework installed?


Solution

  • Yes your app will run smoothly. .net 4 is not dependent on previous versions.