Re: error 80070005

  • Thread starter Thread starter virginiageek
  • Start date Start date
V

virginiageek

'Yuriy Shkolnikov [MSFT Wrote:
> 87956']Error 80070005 - is just a generic access denied error,
> suggesting about the
> permissions problems.
>
> I'd be glad to help you with your problems, but I need more details for
> that.
>
> What error messages were thrown when Vista crashed "at least 3
> times every
> hour"? Please provide messages and numbers.
>
> What problems did you see during the install? Can you possilby log into
> the
> system with the administrator account - it is very strange that you've
> end
> up with no admin rights after the install.
>
> What version of Vista do you have Home? Ultimate?
>
> Thinking about the state of your machine from your description, it
> seems
> like someting went wrong during the install phase and it is very likely
> that
> you will have to reinstall the system
>
>
> --
> Regards,
> Yuriy
>
> This posting is provided "AS IS" with no warranties, and
> confers no rights.
> If you have additional questions, please post them to this newsgroup
> "superbob" wrote in
> message
> news:891B3CE9-CC5D-448A-92DE-66F3135D9B66@microsoft.com...
> > After three days , I finally got vista installed (even if it crashes

> at
> > least
> > 3 times every hour). I cannot access any hyperlink, windows update,

> help
> > menu
> > and network sharing. I either get the above error (access denied) or

> a
> > notice
> > saying that I don't have adminstrator rights. I'm not sure what to

> do. I
> > have
> > one user account with a password.
> > Can someone help? I'm afraid if I have to reinstall vista, I will

> crack!

You must ,on Vista, run the command from an elevated Administrator
command prompt. Click the "start" button. All Programs>
accessories. Find Command prompt and RIGHT click it, then left click on
"run as administrator" In the black DOS like box you can paste
or type in the command. Hit "enter" and you should get
confirmation.


--
virginiageek
Posted via http://www.vistaheads.com
 
@virginiageek :

This is not the solution for my problem, as I was encountering the same
problem running a vbscript obtaining files from the internet.

I did manage to solve it by replacing the lines in the vbscripts
containing references to the former Microsoft.XmlHttp object
E.g.
' Set Http = CreateObject("Microsoft.XmlHttp")
into
Set Http = CreateObject("MSXML2.ServerXMLHTTP.4.0")

Many thanks and credits to Sean Ryan who posted it to 'hireageek.net »
Blog Archive » msxml3.dll error ‘80070005′'
(http://www.hireageek.net/wordpress/?p=12)

BR, T.


--
mr_t
Posted via http://www.vistaheads.com
 
Back
Top