Run-time error '-2147024784 (80070070)';
I get this error code in a program that checks lots of files in the drive lookin' for log files and then does some processing stuff.
The program worked great many times, but y when tried to select a directory with more than 20GB of log files i got the following error (2 hours after the processing stuff began)
Run-time error '-2147024784 (80070070)';
Method '~' of object '~' failed
But the only reference i could found in Microsoft.com was related to Biztalk intalation and lack of enough drive space.
My program does only use standar components an the scripting library (for the FileSystemObject) and uses recursion for the searching.
Well, but the main trouble is that those tests are being done by someone else with the compiled exe, so i cannot know where the hell this error happened (i dont have 20GB of logs in my HD ;) )
Do u people know what does this error code mean??Please help me!!
Greets,
Walter
Re: Run-time error '-2147024784 (80070070)';
it's a MS BUG, known by MS.
U can find info here:
http://support.microsoft.com/support.../Q270/5/89.ASP
of finding for "Method '~' of object '~' failed" in MSDN... better if MSDN online...
hi,brt
<center>
<HR width=80%>
<img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
</center>
Re: Run-time error '-2147024784 (80070070)';
thank u buddy, but its not the "(80010108)" but the "(80070070)".
Same error description but different error number...
Du u think that it could be te same ****in' bug?
Re: Run-time error '-2147024784 (80070070)';
...yes... it's posiible...
the same error was in many other library (I found it using ADO for example)
hi,brt
<center>
<HR width=80%>
<img src='http://web.tiscali.it/bertaplanet/im...ertaplanet.gif'>
</center>