Hi Louis,
> ClickOnce is issuing the warning 'Microsoft.Net.Framework.3.5.SP1' could not be located in 'c:\ProgramFiles\Microsoft SDKs\Windows\v6.0A\Bootstrapper\'.
It sounds like you add the .NET Framework 3.5 SP1 as a prerequisite to your ClickOnce application.
If so, how you add the .NET Framework 3.5 SP1 asa prerequisite?
Ifyou add it through Project Designer -> Publish tab -> Prerequisites button -> Prerequisites dialog, the .NET Framework 3.5 SP1 should have existed in the boostrapper folder.
Anyway, you can create a custom bootstrapper redistributable component using Bootstrapper Manifest Generator(BMG). Please refer to the following documents for more information:
"Add your own (custom) prerequisite to "ClickOnce" application"
http://www.codeproject.com/KB/aspnet/Add_Custom_Prerequisite.aspx
Hope this helps.
Sincerely,
Linda Liu
Please remember to mark the replies as answers if they help and unmark them if they provide no help.
end us any feedback you have about the help from MSFT at fbmsdn@microsoft.com.