2

When I download the .NET 3.5 SP1 exe and run it, it unpacks and I get a message saying that

"Use the Roles Manager to configure .NET 3.5 SP1"

When I go to the Role Manager, I do not see the .NET 3.5 SP1 listed. Here's a screenshot:

alt text

Glorfindel
  • 1,213
  • 3
  • 15
  • 22
user25164
  • 411
  • 2
  • 5
  • 17

2 Answers2

3

You can install this directly without choosing application server under roles by going directly to "Features". There you choose to specifically install the .NET Framework with or without the WCF Activation piece.

Charles
  • 879
  • 5
  • 9
1

Application Server is the entry you want to tick(le)...

Oskar Duveborn
  • 10,740
  • 3
  • 32
  • 48
  • How do I check in SP1 is installed? I checked Application Server and installed the .NET 3.5.1 but some features that are available in SP1 are not enabled in my application – user25164 Mar 05 '10 at 13:35
  • 3.5.1 is 3.5 SP1 - at least that's how I've always read that version string ;) Also see this question on SO: http://stackoverflow.com/questions/198931 – Oskar Duveborn Mar 05 '10 at 13:51