Is it possible that the .NET 4 application will be launched if only the .NET Framework 3 is installed on the computer?
No, It is Immpossible.
They use different runtimes, and you cannot run an assembly that focuses on one runtime on another runtime.
.NET 2.0, 3.0, and 3.5 run at runtime 2.0.
.NET 4.0 has a new runtime.
No. 4-frame programs do not support backward compatibility.
, , .
, , . Visual Studio ( Setup ).
Source: https://habr.com/ru/post/1790300/More articles:Change the time by pressing. beat in the windows - windows-7How to pass a variable to an inner class? - javaChef - Recipe Repeat - cronStart of UIView x frame animation with bounce effect - objective-cMPMoviePlayerController thumbnailImageAtTime EXC_BAD_ACCESS under iPhone 3GS firmware 4.0.1 - iosHow to get iso_date (YYYYMMDD) with time_t / timeval - cCan ESB / BPM completely get rid of coding, except for packaging web services? - javaGenerator optimization for multidimensional polynomial indicators - optimizationCan anyone recommend a method to perform the following string operation using C # - stringOne JFrame opens another - javaAll Articles