如何从“始终"停止 Visual Studio检查解决方案文件? [英] How to stop Visual Studio from "always" checking out solution files?

查看:26
本文介绍了如何从“始终"停止 Visual Studio检查解决方案文件?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

显然没有任何原因,每次我打开我的解决方案时,Visual Studio 都会检查 sln 文件.

For apparently no reason, every time I open my solution, Visual Studio checks the sln file out.

如果我将它与以前的版本进行比较,则没有任何变化.但这确实令人沮丧,因为每个人都检查了解决方案.

If I compare it to the previous version there are no changes. But this is really frustrating since everybody has the solution checked out.

我使用的是 VS 2008 和 TFS 2008,两者都是 SP2.

I'm using VS 2008 and TFS 2008, both SP2.

知道如何阻止这件事发生吗?或者是 VS 的 TFS 源代码控制提供程序的功能/错误?

Any idea on how I can stop this thing to happen? Or is a feature/bug of the TFS source control provider for VS?

推荐答案

当 .sln 文件中包含以下内容时,会发生这种情况:

This happens when the following is in the .sln file:

GlobalSection(ExtensibilityGlobals) = postSolution
    MyGlobalProperty = AnyValue
EndGlobalSection

我发现企业库添加了其中之一.我删除了它,签入解决方案,关闭然后重新打开它,不再自动签出.

I found that Enterprise Library added one of these. I removed it, checked in the solution, closed then re-opened it, and no more automatic check out.

这篇关于如何从“始终"停止 Visual Studio检查解决方案文件?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆