.net 3.0 is installed, but ironpython is still showing '.net 2.0 sp1 is required or later'
Asked
Active
Viewed 98 times
1 Answers
1
.NET 3.0 does not include .NET 2.0SP1. (.NET 2.0 SP1 was released along with .NET 3.5 SP0.) It's probably easiest to just get .NET 3.5 SP1 which is the latest fully-released version.
Alternatively, you could get .NET 3.0 SP1 which includes .NET 2.0 SP1.

Jon Skeet
- 1,421,763
- 867
- 9,128
- 9,194