How do I get VB6 to integrate with Visual Source Safe 6.0?

…衆ロ難τιáo~ 提交于 2019-12-21 08:00:09

问题


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?


回答1:


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.




回答2:


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.)




回答3:


Perhaps the source control add-in isn't loaded?

  • In the VB6 IDE, go to the Add-Ins->Add-In Manager... menu
  • In the "Available Add-Ins" column look for "Source Code Control" and select it
  • In the frame in the lower right labeled "Load Behavior", check the options "Loaded/Unloaded" and "Load on Startup"
  • Click OK



回答4:


It's been a long time, but I think you have to install vb (visual studio) first, and source safe after.



来源:https://stackoverflow.com/questions/2421291/how-do-i-get-vb6-to-integrate-with-visual-source-safe-6-0

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!