I have an Active X dll created in VB6. I made some changes in the code and now when I am trying to compile it, it throws an error "Error Accessing the System Registry".Now I am not logged in to the machine as admin or in its group.

Any help would be much appreciated.

link|improve this question

35% accept rate
feedback

migrated from superuser.com Sep 23 '11 at 7:34

This question came from our site for computer enthusiasts and power users.

1 Answer

Are you running on Windows 7? If so, the User Account Control (UAC) is preventing the build. When you launch Visual Studio 6, first right click on the icon and choose to run as administrator. This should resolve your problem.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.