I am trying to execute the following code. The code tries to parallely download and save images. I pass a list of images to be downloaded. I wrote this in C# 3.0 and compile
Did you mark one of the methods with [STAThread] attribute?
[STAThread]