Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

We are facing an issue on our Live Servers while generating dump using ddug Diag.

The Error that we face is as follows:

enter image description here

Our Configuration is Windows Server 2008 R2 Standard Edition.

Also, we found the following link: http://www.adamlock.com/mozilla/troubleshooting.htm

Where, they say, that for the error code that we are getting i.e. 0x80070005

Regsvr32 returns the error "Registration failed GetLastError returns 0x80070005"

The error code means "Access Denied".
It may happen on Windows NT, 2000 or XP.
The ActiveX control registration needs to write into the HKEY_CLASSES_ROOT part of your registry and will fail with this error if permission is denied.
Do you have sufficient access permissions on your machine to register a control?
Try registering the control from an administrator or power user account.

Does this seem to be true even for Windows Server 2008 R2 Standard Edition too?

And if not please suggest some solution.

Thanks and Regards,

Varun Shringarpure

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.