jltrem / DDay.Update

an update library for .NET

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exception always thrown during UpdateManager.Update()

jltrem opened this issue · comments

This is occurring when in the WinForm FileUpdateForm.DeploymentManifest setter sets the Form Text string, which in turn updates text on the Form. Something in the threading must have changed since the last stable release, as this always throws an exception due to the Form Control being updated on the wrong thread.