waitWindow1.ShowWaitWindow();
For some reason, calling HideWaitWindow() bothers the application restart sequence.
Bill
The anomaly only appeared after I decided to throw in a WaitWindow for aesthetic purposes. I removed the wait window and it works fine...no message box. Like this:
ApplicationDeployment ad = ApplicationDeployment.CurrentDeployment;ad.Update();Application.Restart();
I'll see if I can work up a stack trace for you.
Thanks,Bill
Thanks!Bill