I want to write an application which starts a .NET application depending on the computer supported .NET version. I think, I need to check the already installed .NET version and start the matching application.
Example:
I start a native C++ application which starts the correct VB.NET application for the currently supported .NET version.
My target: Get latest supported .NET version.