Vista download error 8007000B

N

Nick

When I try and download updates from Microsoft for Vista I get the error code 8007000B - anyone any ideas how to fix it? - its Vista home premium 32 bit.
Thanks Nick

EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
 
G

Guest

C:\Users\David Candy>net helpmsg 11
An attempt was made to load a program with an incorrect format.
(IE, a corrupted file)

That is what 0x8007000b means. The 8007 part means it is a windows error
number. 000b is 11 (use calc to convert harder numbers).

It is unclear if this is an error on your machine or if it is reporting a
server error.
Searching MS knowledge base gives no hint. unless you have a VBA and .NET
cl;ash, which seems unlikely.

I'd say a file is corrupt.

This claims to know what it is but says it's a false error. Is update
working?
http://72.14.235.104/search?q=cache...b+update&hl=en&ct=clnk&cd=14&gl=au&lr=lang_en

Someone reported this error as a related error
http://support.microsoft.com/default.aspx?scid=kb;en-us;813442

On the offchance - but don't think this will help.
http://support.microsoft.com/kb/928208

Try typing in a command prompt

SFC /scannow

Then when finished type

findstr /C:"[SR] Cannot repair member file" %windir%\logs\cbs\cbs.log

To check that everything worked (you should see no output at all if all is
well)

Posting in the Windows Update group is a good idea. So my reply will go
there as I've added them to the NG.

in message news:[email protected]...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top