I have tried to omit all call to the "Changes"-property and then everything seems to work fine. But, when debugging, if I place the mouse cursor over the automaticUpdate1variable name in the source code and expands the tree, the debugger tries to evaluate the "Changes"-property and the application again crashes immediately!
Thanks for spotting this - it's been fixed in 2.5.12.
The new event "ProgressChange" seems to return a percentage (the int parameter in the event args). However, while updating it seems that the percentage counts to 100 more than once, indicating to me that a series of update steps are involved. How can I determine the number of steps to go through and what are the names of these steps? I want to control a progress bar using the "ProgressChange" event, but I need some text to display describing the current step (and preferable also something like "step 1 of x") to give the user an idea of how long to wait. I Hope you understand my question...
Use the UpdateStepOn property to find out the current step on.