D Don J Aug 19, 2004 #1 How do you look up error identifiers. I am particulary interested in '0x80070005' Don J
D David Candy Aug 19, 2004 #2 0x8007 indicates it is a Windows 32 error code. Anything other than 8007 indicates the error code is specific to that application, and has no universal meaning. Type in a command prompt net helpmsg 5 to see what the error is.
0x8007 indicates it is a Windows 32 error code. Anything other than 8007 indicates the error code is specific to that application, and has no universal meaning. Type in a command prompt net helpmsg 5 to see what the error is.
B Bruce Hagen Aug 19, 2004 #3 I just do a search. Here's '0x80070005': http://support.microsoft.com/default.aspx?scid=kb;EN-US;301586
I just do a search. Here's '0x80070005': http://support.microsoft.com/default.aspx?scid=kb;EN-US;301586