Menu

#16 Application hangs before start downloading

open
nobody
None
5
2012-09-14
2009-04-15
Anonymous
No

When the application download is too fast, DDay.Update hangs in a invoke call in SetTitleText() of FileUpdateForm.cs. We commented out the following lines and we were able to get it working:

_FileUpdateForm.SetTitleText("Checking for updates...");
_FileUpdateForm.SetTitleText("Updating files...");

Our thought is that is hanging because the form is being disposing before/during invoke call.

Seems to be related to this MS defect:
Bug #FDBK46559. Invoke calls deadlock if parent of invoked control is disposed
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=98335

Thanks!

Discussion

Anonymous
Anonymous

Add attachments
Cancel