.NET 3.5 runtime and .NET 4 runtime compatibility

前端 未结 3 831
情深已故
情深已故 2021-01-21 15:22

Is it possible to run an application built on .NET 3.5 with a plug-in built with .NET 4?

3条回答
  •  庸人自扰
    2021-01-21 16:13

    Yes/No. To run the 4.0 component you must be running in the context of the .NET 4.0 runtime. However, your 3.5 application can run in the 4.0 runtime.

提交回复
热议问题