.NET Framework prerequisite requirements if application build with .NET 3.5 SP1?
Wh开发者_JAVA百科at versions need to be present on a user machine if I want to install an application (desktop WPF) made mostly out of .NET 3.5 SP1?
WPF
requires at least .NET 3.0 to be installed on the client machine. If you referenced System.Core
and used LINQ you might need .NET 3.5.
精彩评论