Win7: "... the call to DllRegisterServer failed with the error code 0x80004005."

0

I've searched around for answers on this topic and the one solution that keeps coming up is to run command prompt as administrator.

I'm getting the following error in Windows 7: "... the call to DllRegisterServer failed with the error code 0x80004005."

I've tried as administrator and have also tried to disable UAC as well. Any tips would be helpful.

Here's my main task: http://www.databison.com/index.php/make-mouse-scroll-wheel-work-in-vba-editor-ide/

Thanks!

DLL Register Server

GisMofx

Posted 2012-12-07T00:28:03.300

Reputation: 121

You need to debug the DLL's DllRegisterServer function. – None – 2012-12-07T00:31:38.763

Answers

2

For whatever reason, this MS fix wouldn't work for me, but after doing some heavy googling I found this VB6 Scroll Wheel Fix buried in some comments somewhere and have been meaning to update this post for posterity reasons.

Here's the fix:

http://joebott.com/vb6scrollwheel.htm

GisMofx

Posted 2012-12-07T00:28:03.300

Reputation: 121

Fantastic. Wasted ages on this and that link works a treat. – rolls – 2017-02-03T05:51:17.863

0

Your path name with ~'s in it ("~ALL~") may not be ideal. An easy thing to try is to extract these files into C:\VB6mouse

Run console as admin, and try again with a path that doesn't have any uncommon characters in it.

Do you get the same error as above if you try from this new path of C:\VB6mouse?

Kerry

Posted 2012-12-07T00:28:03.300

Reputation: 746