Visual Studio 2008(Publish tab):
Even though
1. I have the checkbox checked as a prerequisite to install .NET Framework 3.5 SP1 (not .NET Framework 3.5)
2. I have the radiobutton checked to Download prerequisites from the component vendor's web site.
I found this out after many attempts to deploy/install by .NET 3.5 app but received a repeated error/popup message box with the messagebox title saying "System Update Required" and
"Unable to install or run the application. The application requires that assembly System.Core.Version 3.5.0.0 be installed in the Global Assembly Cache (GAC) first. Please contact your system administrator."
Why won't Clickonce go to the microsoft website automatically if it detects the absence of the .NET 3.5 runtime and then download it before proceeding with the remainder of the installation?
Thank you,
Greg