.net 3.5 application on .net 4.0 runtime

后端 未结 3 1231
广开言路
广开言路 2020-12-17 03:41

If I have an application built to target .net 3.5, will it run if all the user has installed is .net 4.0? A link to official msdn documentation stating this would put my wor

3条回答
  •  我在风中等你
    2020-12-17 04:07

    MSDN

    This is important:"The .NET Framework 4 is highly compatible with applications that are built with earlier .NET Framework versions, except for some changes that were made to improve security, standards compliance, correctness, reliability, and performance."

提交回复
热议问题