Rajdeep
Rajdeep

Reputation: 493

Error in compiling VB6 active x dll

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

Answers (1)

Warren Rox
Warren Rox

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

Related Questions