Are there some tricks to get WPF apps running on Windows 2000 (copying some system dll's for example?). There shouldn't be a technical reason why its not possible.
Asked
Active
Viewed 433 times
1 Answers
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.

Reed Copsey
- 554,122
- 78
- 1,158
- 1,373