Hello,
i'm using the Progress Bar and I'm testing the demo for Server Side Task - Advanced 2
I don't have any problem with start button but when I click on Stop I get an error 0x800704CD: "The remote host closed the connection" (on this line of code: e.UpdateProgress(100, "The task is done!"); )
I think that this error is also present in the demo online (
http://demo.essentialobjects.com/Demos/Progress%20Bar/Server%20Side%20Task%20-%20Advanced%202/Demo.aspx ) because when I click on Stop I don't see the message "The task is done!"
am I doing wrong? or not?