Reputation: 5836
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