Automatically connect using this profile disabled?

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

Moderator: SourceGear

Post Reply
rshillington
Posts: 42
Joined: Mon Feb 16, 2004 6:10 am

Automatically connect using this profile disabled?

Post by rshillington » Fri Apr 08, 2005 10:43 am

It seems that the setting to automatically connect using the selected profile is disabled in the VS client. Is there something in the 3.0.5 client that's changed from 2.0.6 on this point?

Regards,
Ralph Shillington

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Fri Apr 08, 2005 12:03 pm

Yes, the IDE now automatically connects if you use a profile, and doesn't if you don't use a profile, so the checkbox is not required.

charlie
Posts: 1
Joined: Thu Jul 21, 2005 3:14 am

Automatically connect disabled

Post by charlie » Thu Jul 21, 2005 3:20 am

No, it does not automatically connect, it pops up that everlastingly annoying dialog every time

dan
Posts: 2448
Joined: Wed Dec 17, 2003 5:03 pm
Location: SourceGear
Contact:

Post by dan » Thu Jul 21, 2005 7:02 am

There might be a problem with your solution/project or mssccprj.scc file. See http://support.sourcegear.com/viewtopic.php?t=2474 for a desription of how to manually change the profile in each of your projects, and it should automatically connect after that.

jkp*74
Posts: 147
Joined: Wed Dec 15, 2004 9:42 pm
Contact:

Post by jkp*74 » Wed Aug 17, 2005 4:22 am

I am using Vault ver 3.1.1 and i face the same problem. This is the content of MSSCCPRJ.SCC
SCC = This is a source code control file

[WinApp.csproj]
SCC_Aux_Path = http://csd-data-server/VaultService|Joel:4
SCC_Project_Name = $/C01-140-001(TieLine#2)

[WinApp.sln]
SCC_Aux_Path = http://csd-data-server/VaultService|Joel:4
SCC_Project_Name = $/C01-140-001(TieLine#2)
It shows the correct profile that i am using.

This project was added by my collegue using her profile. When i get the latest version from the Vault Server and run it from the VS.Net IDE, the dialog appeared.
I don't face this problem with the projects i added in with my own profile.

What else should be done?
Joel
Micro Modular System
http://www.mmsis.com

mlippert
Posts: 252
Joined: Wed Oct 06, 2004 10:49 am
Location: Cambridge, MA

Post by mlippert » Wed Aug 17, 2005 10:30 am

Do you see these lines (with values other than SAK) in your project file (winapp.csproj)?

SccProjectName="SAK"
SccAuxPath="SAK"
SccLocalPath="SAK"
SccProvider="SAK"

I've personally found it easier to edit the sln and various project files by hand rather than try to get Visual Studio to do the right thing. It seems that if those Scc lines in the project say SAK, then the project uses the solution's source control settings, and then it is a matter of trying to get the correct information into the solution. It's all a big pain. Fortunately we don't add new projects all that often.

I know this may not help, I just thought I'd let you know that there seem to be several places that Visual Studio stores the source control path.

Mike

jkp*74
Posts: 147
Joined: Wed Dec 15, 2004 9:42 pm
Contact:

Post by jkp*74 » Wed Aug 17, 2005 8:12 pm

I have posted the same message at the Gold Support forum. It is a known bug which i hope can be solved with the next release. :wink:
Joel
Micro Modular System
http://www.mmsis.com

Post Reply