Does the .Net Framework 4.0 Installer include the .Net Framework 3.5?

后端 未结 4 1571
广开言路
广开言路 2020-12-01 13:24

Do .Net components that were compiled against the .Net Framework 3.5 run on a system that has only .Net Framework 4.0 installed?

Or in other words, does the .Net Fra

4条回答
  •  再見小時候
    2020-12-01 14:23

    On XP SP2 with FW 4 installed running FW3.5 application gives a message:

    Unable to find a version of the runtime to run this application.

    So the answer is no.

提交回复
热议问题