G
Guest
If anything occurs (open a program, move an application window, switch between applications, click the start buttong) while my application is running, a null reference exception is thrown. The application is very simple, all it does it retrieve the contents of a local directory, delete them, retrieve the contents of a remote directory and copy them, any ideas what would cause this? I can post the code if it is needed, All I use is Directory.GetDirectories, Directory.GetFiles, Directory.Delete, Directory.Copy, File.Copy, and File.Delete.