|
-
May 5th, 2011, 02:13 PM
#5
Thread Starter
Member
Re: Program Hangs on Client Computers
 Originally Posted by mjwest10
Could it be that the files you are copying on the other computer are open and locked by another process? That could cause an exception in your code which if you aren't handling gracefully could cause the thread to lock up.
VB.NET Help
Well, I do have a Try and Catch statement in there for when the program copies the file over. If there's an error, it'll just display "Error copying [filepath]" and won't copy the file over. Also, I'm copying the files over to Windows 7 after reformatting the hard drive, so I don't think that there would be any processes using the files that my program is trying to copy over.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|