仅安装较新的框架时,应用程序会运行吗? [英] Will an application run when only a newer framework is installed

查看:52
本文介绍了仅安装较新的框架时,应用程序会运行吗?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我似乎找不到我的问题的答案,所以我在这里问它:

I cannot seem to find an answer to my question, so I just ask it here:

说,我有一个为.Net Framework 4.62构建的应用程序.它可以在仅安装4.7的服务器上运行吗?(当然还有一些较旧的框架)

Say, I have an application built for .Net framework 4.62. Will it run on a server that only has 4.7 installed? (besides some older frameworks of course)

还是我需要安装每个目标框架?

Or do I need to install every targeted framework?

推荐答案

.NET Framework 4.5及其点发行版(4.5.1、4.5.2、4.6、4.6.1、4.6.2和4.7)与使用.NET早期版本构建的应用程序向后兼容.框架.换句话说,使用早期版本构建的应用程序和组件无需修改即可在.NET Framework 4.5上运行.

The .NET Framework 4.5 and its point releases (4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, and 4.7) are backward-compatible with apps that were built with earlier versions of the .NET Framework. In other words, apps and components built with previous versions will work without modification on the .NET Framework 4.5.

有关更多信息,您可以参考以下链接:

For more info, you can refer to this link: https://msdn.microsoft.com/en-us/library/ff602939(v=vs.110).aspx

换句话说,它应该可以正常工作.

In other words, it should work fine.

这篇关于仅安装较新的框架时,应用程序会运行吗?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆