编译VB6 active x dll时出错
我有一个用 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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您运行的是 Windows 7 吗?如果是这样,则用户帐户控制 (UAC) 正在阻止构建。当您启动 Visual Studio 6 时,首先右键单击该图标并选择以管理员身份运行。这应该可以解决您的问题。
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.