I created a user control to asynchronously download a picture from a website and display it. I also wanted to save the file to disk.

The control works fine both displaying the picture and in saving it. When I compile the control as an OCX, the picture display still works fine, but it will no longer save the picture.

Any ideas why?