是否有一些技巧可以让 WPF 应用程序在 Windows 2000 上运行(例如复制一些系统 dll?)。不应该有技术原因为什么它不可能。
问问题
394 次
1 回答
4
There is a strong technical reason why this won't work - Microsoft didn't support the required .NET frameworks.
.NET 4 (and 3.5) is not supported on Windows 2000. The latest .NET framework supported in .NET 2, which doesn't include WPF.
于 2013-01-28T18:44:12.993 回答