Connect To Server dialog setting don't stick (v3.00 only)...
Moderator: SourceGear
Connect To Server dialog setting don't stick (v3.00 only)...
Another bug. This is an annoyance only. Every time someone starts a DevStudio project, the connect to server dialog pops up, but a profile is not selected. A developer has to select a profile and click OK to proceed.
Not a big deal, but sure is annoying.
Not a big deal, but sure is annoying.
That is strange - VS.Net did not exhibit these problems when testing here. In any case, you should be able to add the profile by editing the MSSCCPRJ.SCC file.
Directions are provide here:
http://support.sourcegear.com/viewtopic.php?t=2474
One thing that would be interesting to know is whether there a profile is specified in your .scc file now, or whether it is empty, and simply not being written to, or perhaps overwritten by the IDE when it closes.
Directions are provide here:
http://support.sourcegear.com/viewtopic.php?t=2474
One thing that would be interesting to know is whether there a profile is specified in your .scc file now, or whether it is empty, and simply not being written to, or perhaps overwritten by the IDE when it closes.
One thing that would be interesting to know is whether there a profile is specified in your .scc file now, or whether it is empty, and simply not being written to, or perhaps overwritten by the IDE when it closes.
Actually there is an entry in the profile. And it looks OK. Anyone wants to call and talk to me. All our developers have this problem.
952 032 9899 x201, ask for Roman
Actually there is an entry in the profile. And it looks OK. Anyone wants to call and talk to me. All our developers have this problem.
952 032 9899 x201, ask for Roman
We tracked this down off-line to extra characters in the .csproj file. Roman's .csproj file had this in it:
It should have had this in it:
Unbinding and then re-binding the project fixed it. Also, editing the .csproj file in notepad would have probably fixed it too.
Code: Select all
SccProjectName=""$/Observ60/NIhash", JYJAAAAA"
Code: Select all
SccProjectName="$/Observ60/NIhash"
Same Issue Here Too, bit Annoying
Greetings,
We are having the same issue here. The login profile will not stick from the IDE. Tried using just the client, where the box is available, checking it there makes it stick in the Client 3.0.1 (2769), but nothing is working for the IDE.
We've checked the MSSCCPRJ.SCC file, which is shown below.
[AMSEA Voyage Client_SQL.vbproj]
SCC_Aux_Path = http://mscserver.mgmtsysconsult.com/Vau ... Management Systems Cosulting LLC:2
SCC_Project_Name = $/Consulting Projects/AMSEA/AMSEAOffice/AMSEAOffice.root/AMSEAOffice/AMSEA Voyage Client_SQL
Thanks in advance,
Michael
We are having the same issue here. The login profile will not stick from the IDE. Tried using just the client, where the box is available, checking it there makes it stick in the Client 3.0.1 (2769), but nothing is working for the IDE.
We've checked the MSSCCPRJ.SCC file, which is shown below.
[AMSEA Voyage Client_SQL.vbproj]
SCC_Aux_Path = http://mscserver.mgmtsysconsult.com/Vau ... Management Systems Cosulting LLC:2
SCC_Project_Name = $/Consulting Projects/AMSEA/AMSEAOffice/AMSEAOffice.root/AMSEAOffice/AMSEA Voyage Client_SQL
Thanks in advance,
Michael
Binding
Greetings,
Both the project and solution file looked OK. Did unbind and then rebind, but to no avail.
Unrelated to this problem, VS.NET IDE was dying an unhandled death upon compile with debug (no warnings, no indication, etc...) so this caused me to search the KB's to find that the best and easiest solution was to create a new solution and import the existing projects.
Once having done this, the login problem went away after the first login.
Michael
Both the project and solution file looked OK. Did unbind and then rebind, but to no avail.
Unrelated to this problem, VS.NET IDE was dying an unhandled death upon compile with debug (no warnings, no indication, etc...) so this caused me to search the KB's to find that the best and easiest solution was to create a new solution and import the existing projects.
Once having done this, the login problem went away after the first login.
Michael
We are having this problem too, with 3.0.1. I have searched the csproj and the sln files and have found nothing out of the ordinary. The MSSCCPRJ.SCC also looks fine. I have not tried to unbind/rebind yet (frankly, because I'm not sure how do to that and I don't want to screw up our project).
I may be contacting you guys later for more help here.
I may be contacting you guys later for more help here.