Reputation: 493
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.
Upvotes: 0
Views: 1852
Reputation: 645
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.
Upvotes: 0