1

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.

Maestro
  • 9,046
  • 15
  • 83
  • 116

1 Answers1

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