如何让 VB6 与 Visual Source Safe 6.0 集成?
我们在工作中使用 Visual Source Safe 6.0,VB6 应该能够与 Source Safe 顺利集成。这两个应用程序都安装在我的 PC 上,但 VB6 没有显示与 Source Safe 集成的选项(例如,检查文件、查看文件是否共享等)。
我需要做什么才能使 VB6 与 Source Safe 6.0 集成?
We use Visual Source Safe 6.0 at work and VB6 is supposed to integrate smoothly with Source Safe. Both applications are installed on my PC, but VB6 is not showing the options to integrate with Source Safe (e.g. checking out a file, seeing if a file is shared, etc.).
What do I need to do to get VB6 to integrate with Source Safe 6.0?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
检查文件
C:\WINDOWS\VBADDIN.INI
并确保文件的“[Add-Ins32]”部分下有一行“vbscc=1”。重新启动 VB6 并转到“加载项 | 加载项管理器”。应列出“源代码控制”加载项。更新并修正了马克·赫德的错误。
Check the file
C:\WINDOWS\VBADDIN.INI
and make sure that there is a line "vbscc=1" under the "[Add-Ins32]" section of the file. Re-start VB6 and go to "Add-Ins | Add-In Manager". The "Source Code Control" add-in should be listed.Updated with correction from Mark Hurd.
您运行的 Windows 版本是什么?如果您运行的版本使用用户帐户控制(Vista、7、2008 Server),有报告称 UAC 会导致 SourceSafe 选项从 VB6 中消失。在机器上禁用并查看是否可以解决问题。
(我讨厌提倡禁用 UAC;它对我来说始终是最后手段,但如果有效,那就有效。)
What version of Windows are you running? If you're running a version that uses User Account Control (Vista, 7, 2008 Server), there have been reports of UAC causing the SourceSafe options to disappear from VB6. Disable on the machine and see if that corrects it.
(I hate advocating disabling UAC; it's always a weapon of last resort for me, but if it works, it works.)
也许源代码管理加载项未加载?
Perhaps the source control add-in isn't loaded?
已经很长时间了,但我认为你必须先安装 vb (Visual Studio),然后再安装源安全。
It's been a long time, but I think you have to install vb (visual studio) first, and source safe after.