Thanks Andrew,
I can search for your 'translation' now and maybe find more.
Jelle (Netherlands)
"Andrew McLaren" wrote:
> "Jelle" <> wrote...
> > Vista keeps updating and configuring and rebooting all the time.
> > It doesn't succeed, and the error code 80071A2C is nowhere to be found at
> > Microsoft support nor Google.
> > I've uninstalled AVG, switched off administrator settings etc, but it
> > still
> > doesn't work.
>
> Hi Jelle,
>
> The error code has two parts:
>
> 8007 means that this is a COM+ Error.
>
> 0x1A2C (or 6700, in decimal) is a standard Windows error defined in
> Winerror.h:
>
> ERROR_INVALID_TRANSACTION
> # The transaction handle associated with this operation is
> # not valid.
>
> So, a COM Component is trying to perform a transaction and getting an
> invalid transaction handle (ie, an ID number for the specific transaction).
>
> But why this is happening, and how you go about fixing it, I regret I don't
> know. Hope it helps a little bit, anyway.
>
> --
> Andrew McLaren
> amclar (at) optusnet dot com dot au
>
>
>
|