views:

24

answers:

1

Currently stuck in C# 2, it would still be nice to use the parallel goodness of the TPL... is this possible?

+2  A: 

No it's not possible. TPL requires .NET 3.5 (IIRC there was a separate download but it was a beta version) and is built in .NET 4.0.

Darin Dimitrov
+1 @Darin - Agreed.
ChrisBD
The 3.5 version of TPL is available. It's part of the Reactive Framework download for .NET 3.5
Ade Miller