M
Michael
Hello all and thanks in advance,
I'm running a vb.net program and part of it copies files
from one server to another.
It generally works fine but once in a while I get this
error:
System.InvalidCastException: QueryInterface for interface
Scripting.IFileSystem3 failed.
at Scripting.FileSystemObjectClass.FolderExists(String
FolderSpec)
the line it fails at looks like this:
If fso.FolderExists(srcDir2) Then
....
End IF
Could some one please give me some insight as to why this
error keeps poping up.
Thanks,
Michael
I'm running a vb.net program and part of it copies files
from one server to another.
It generally works fine but once in a while I get this
error:
System.InvalidCastException: QueryInterface for interface
Scripting.IFileSystem3 failed.
at Scripting.FileSystemObjectClass.FolderExists(String
FolderSpec)
the line it fails at looks like this:
If fso.FolderExists(srcDir2) Then
....
End IF
Could some one please give me some insight as to why this
error keeps poping up.
Thanks,
Michael