Sourcecontrol integration with VB 6 not working

If you are having a problem using SourceOffSite, post a message here.

Moderator: SourceGear

Post Reply
Guest

Sourcecontrol integration with VB 6 not working

Post by Guest » Wed Aug 17, 2005 9:56 am

How do you get the source control integration with SourceOffsite to work with VB 6?

I have tried re-installing VS 6 and both versions of SourceOffsite 4.1 and 3.5. The option in SourceOffsite is checked as my default source control provider.

When I open a project (downloaded from SourceOffsite from my server) I do not see any source code integration.

Thanks

lbauer
Posts: 9736
Joined: Tue Dec 16, 2003 1:25 pm
Location: SourceGear

Post by lbauer » Thu Aug 18, 2005 9:33 am

In the SOS GUI Client under Tools->Options->General, verify that the box is checked for "Make SOS your default SCC provider."

Is that doesn't work:

The SOS GUI Client does not require that a copy of VSS reside on the same machine, but the Integration DLL does require that a copy of VSS reside on the same machine.

There are a few things you can try to get the SOS Integration to work in Visual Basic. They are:

1. Add the following entry to the VBAddin.ini file:

[Add-Ins32]
SccAddIn.SourceCodeControlAddIn=1

2. If that doesn't enable integration, then you probably need to install
a copy of a SourceSafe client on your machine.

3. After installing VSS, we would suggest going to Tools-Options->
General, and unset and reset the "Make SourceOffSite your default
Source Code Control provider setting".
Linda Bauer
SourceGear
Technical Support Manager

Post Reply