|
I have a ClickOnce WPF application build on .Net Framework 3.5, the installation process is ok and the application works, no problem.
After this, I add .Net Framework 3.5 SP1 features on my WPF application, put a new version of the ClickOnce application that require .Net Framework 3.5 SP1.
The application prompt me that a new version exist on server, i click on update.
The application is succesfully updated and executed but clickonce doesn't add the .Net Framework 3.5 SP1 ! and the application crashes on screen that require SP1 feature....
How add 3.5 SP1 after a 3.5 clickonce app install ? |