WPF 可以在 XP 和 Vista 上运行吗?

发布于 2024-11-25 11:56:54 字数 51 浏览 1 评论 0原文

我很好奇 XP 和 Vista 是否支持 WPF。我的意思是某些dll是否会丢失。谢谢。

I am curious if XP and Vista are supporting WPF or not. I mean if some dlls will be missing or not. Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(4

挥剑断情 2024-12-02 11:56:54

WPF 是 .NET 框架的一部分。只要安装了正确的框架,它就可以工作。 WPF 是随 .NET 3.0 一起引入的。如果您打算使用它,我建议使用 .NET 4.0,因为它在每个版本中都已经成熟。

详细信息:http://en.wikipedia.org/wiki/Windows_Presentation_Foundation

WinXP 未附带任何包含的 .NET Framework,都必须单独安装。 Vista 包括 3.0。 Windows 7 包含 3.5。我认为可以安全地假设 99% 的 Windows 计算机都安装了最新的 .NET Framework 版本,因为许多应用程序都需要它。

WPF is part of the .NET framework. As long as you have the right framework installed it will work. WPF was introduced with .NET 3.0. If you plan to use it, I recommend going for .NET 4.0 as it has matured with each version.

More info: http://en.wikipedia.org/wiki/Windows_Presentation_Foundation

WinXP was not shipped with any .NET Framework included, it has to be installed separately. Vista included 3.0. Windows 7 included 3.5. I think that it is safe to assume that 99% of all Windows computers out there have a recent .NET framework version installed since so many apps require it.

少女七分熟 2024-12-02 11:56:54

不建议支持 XP,我只是遇到过 Window.Loaded 事件被过早触发的情况......

XP support is not recommended, i just had the case of the Window.Loaded event being fired too early ...

清醇 2024-12-02 11:56:54

只要计算机上安装了正确版本的 .net(3 或 4),那么您就可以运行应用程序。

.Net 应开箱即用地安装在用户计算机上。尽管它可能需要安装一些更新才能达到最新版本。

As long as the correct version of .net is installed (3 or 4) on the machine then yes you will be able to run applications.

.Net should come installed on the users machine out of the box. Though it may require some updates being installed in order for it to be at the latest version.

枫以 2024-12-02 11:56:54

如果您安装了 .NET,它将在 Vista 和 Windows 上运行。框架将自行处理 XP 和 Vista/7 之间的所有 gui 差异;-)

It will work on Vista and Windows if you have .NET installed. Framework will handle all gui differences between XP and Vista/7 by itself ;-)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文