I'm doing file downloader and I set download percentage to form text for better looks
updater.ActiveForm.Text = e.ProgressPercentage.ToString() + "%";
it works but after some time I get System.NullReferenceException. I tried searching but its so specific issue that I could not find answer in my case. How can I fix it? Thanks in advance