Determining Which Version of the Runtime to Load
The version of the .NET Framework that an application runs on is determined as follows:
- If the version of the .NET Framework that the application was built against is present on the computer, the application runs on that version.
- If the version of the .NET Framework that the application was built against is not present and a configuration file does not specify a version in a
Element, the application runs on the latest version of the .NET Framework that is present on the computer. - If the version of the .NET Framework that the application was built against is not present and the configuration file specifies a version in a
Element, the application runs on the latest version that is specified in the application configuration file and is present on the computer.Adopted from SDK.
Adopted from SDK.
0 Comments:
Post a Comment
<< Home