Niklas
Niklas

Reputation: 5836

Is there a 2.0 SP2 .NET redistributable?

I'm a bit confused over the .net "redistributables"...

Our C# code uses some API calls that require .net 2.0 sp2. We do not want to require the user to download anything at the time of installation (this is a Winforms app with and installer) for various reasons. We currently include the 2.0 redistributable, and of course the functions requiring sp2 throws.

Is there a redistributable package for 2.0 SP2 to be found somewhere?

If not, what would be the best alternative?

Upvotes: 1

Views: 2424

Answers (1)

Adrian Zanescu
Adrian Zanescu

Reputation: 8008

.NET 2.0 SP2 or .NET 3.5 SP1

Upvotes: 5

Related Questions