源代码管理绑定状态无效:Visual Studio 2005 和 VSS
我的 VB.NET 项目和相关解决方案(在 Visual Studio 2005 中开发)位于 Visual Source Safe 中。
最近开始与另一位开发人员合作,需要清理。
在路上的某个地方,我打破了束缚。我进入
文件 ->源代码控制 ->更改源代码控制
并尝试正确绑定内容。
我解绑了错误绑定的项目,并尝试重新绑定它。我的解决方案中有两个项目。这就是我得到的:
Solution/Project Server Name Server Binding Connected Status Solution: MySoln.sln X:\TheSource $/Tools/MySoln checked Valid Project1 X:\TheSource $/Tools/MySoln checked Valid Project2 X:\TheSource $/Tools/MySoln (C:\) checked Invalid
我还能在哪里寻找尝试使绑定正确?
我可能没有提供足够的信息,但这就是我所知道的。
一如既往的感谢!
I had my VB.NET project and associated solution (developed in Visual Studio 2005) in Visual Source Safe.
Recently started working with another developer and needed to clean up.
Somewhere along the way I broke a binding. I went into
File -> Source Control -> Change Source Control
and tried to bind things correctly.
I unbound the project that was incorrectly bound, and tried to rebind it. I have two projects in the solution. This is what I get:
Solution/Project Server Name Server Binding Connected Status Solution: MySoln.sln X:\TheSource $/Tools/MySoln checked Valid Project1 X:\TheSource $/Tools/MySoln checked Valid Project2 X:\TheSource $/Tools/MySoln (C:\) checked Invalid
Where else would I look to try to get the bindings correct?
I may not have given enough information, but this is all I know to give.
Thanks as always!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
小问号按钮有时会有帮助。
需要将该项目签入源代码控制,并且绑定变得有效。
The little question mark button is occasionally helpful.
Needed to check in that project to source control, and the binding became valid.
您使用的是哪个版本的 VSS?
在旧版本的 Visual SourceSafe(6.0c 之前)中,将 Visual Studio 的解决方案添加到其源代码管理后,绑定信息直接存储在 .sln 和 .proj 文件中。
从 VSS 6.0c 开始,所有绑定信息都保存在开发人员计算机上本地名为 MSSCCPRJ.SCC 的文件中。
我的猜测是,project2 的服务器路径不正确。仔细检查 .prj 文件是否位于 $/Tools/MySoln 下。
which version of VSS are you using?
In older versions of Visual SourceSafe (before 6.0c), after adding a solution of Visual Studio to its source control, the binding information was stored directly in the .sln and .proj files.
Since VSS 6.0c, all binding information is kept locally in files named MSSCCPRJ.SCC on the developer's machine.
My guess, the server path for project2 is incorrect. Double check the .prj file is under $/Tools/MySoln.