sagar
sagar

Reputation: 159

ironpython installation problem

.net 3.0 is installed, but ironpython is still showing '.net 2.0 sp1 is required or later'

Upvotes: 0

Views: 120

Answers (1)

Jon Skeet
Jon Skeet

Reputation: 1499660

.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.

Upvotes: 1

Related Questions