Compatibility tests of. NET Framework versions

Source: Internet
Author: User

I wroteProgramAs a result, it cannot be deployed on Windows XP. Therefore, we tested the compatibility of the. NET program:

1... Net 4.5 cannot run on. NET 4. Even if you change 4.5 to 4.0 in xx.exe. config: <supportedruntime version = "v4.0" SKU = ". netframework, version = v4.5"/>, it still cannot run.

2. the. NET 2.0 program cannot be run on a machine where only. Net 4.0 is installed, but it can run on. NET 3.5. The root cause for running on. NET 3.5 Is that. Net 3.5 is installed with. NET 2.0, which can be seen in "Add/delete programs.

3. Features of a higher version, such as The async asynchronous keyword of 4.5, can be prompted During writing, but the system cannot change the color of this keyword, using system. threading. task. So you don't have to worry about the features of a higher version and whether it can be used in a lower version.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.