How to restart WPF application after it has been updated using click-once, i need to start the new version!
right click on references in solution explorer > click add reference > click on assemblies > search and add System.Windows.Forms > in MainWindow add "System.Windows.Forms.Application.Restart();".
Done!