Group: Forum Members
Posts: 785,
Visits: 3.6K
|
Hi Greg,
I have a small procedure that runs when the Windows Forms app opens to check to see if there is an update available (via ClickOnce structure). I then present a dialog to ask the user if they want to update. If so, the app goes out to the server to retrieve the update, then restarts itself with the new version. 98% of the time, the app restarts without a problem. The other 2% hiccups on the assembly mentioned. A second restart works fine.
I have introduced some trappings in my UnhandledExceptionFound method. Hopefully, those will detect the problem and automatically issue a restart.
If you have any other insight, I would appreciate it.
Thanks,
Bill
|