
01-09-2008
|
|
|
|
Re: Update Error 80070057
(cross-post added to Vista Perf & Maint)
"Vitamint10" <Vitamint10@discussions.microsoft.com> wrote in message news:1236FE25-9BD1-4D7F-B4B3-0F45F008A688@microsoft.com
> [Subject: Update Error 80070057]
....
> What can i do to fix this? i got a dell inspiron 1520 for christmas but i
> havn't been able to get any of the updates because it gives me this error
> message. It isn't listed in the help file. And i can't find any way to fix
> it. somebody help me out.f
You just need to decode it. <eg>
<cmd_output OS="XPsp2">
F:\>set /a c =0x57
87
F:\>net helpmsg %c%
The parameter is incorrect.
</cmd_output>
Isn't that helpful? ; }
As usual error codes are meaningless without their context.
Find where in the log that code in any of its representations is found.
Then look before that. Activate verbose logging if necessary.
Supplement the logging with ProcMon tracing if necessary.
Good luck
Robert Aldwinckle
---
|