Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 VS2008 中安装 SP1 后如何单独定位 .NET 3.5?这是因为 VS 2008 仅列出了 .NET 3.5、.NET 3.0 和 .NET 2.0,并没有专门显示 .NET 3.5 SP1。
我认为您不能指定 SP1,只能指定不同版本的框架。这确实是有道理的,否则您可能会在为给定 SP 专门编译的应用程序中遇到很多问题。你也可以对当前的情况有问题,但我认为它不那么令人头疼。
我认为如果您引用 SP1 程序集,它应该自动以 SP1 为目标。