English 中文(简体)
视力演播室突然失去对TFS具有约束力的功能
原标题:Visual Studio loses bindings to TFS suddenly

为什么我的科索沃统计局解决办法会突然失去其约束性。 我一直在开展一个为期六个月的项目,从来没有这样做。 一旦我开始VS项目/解散,我就可以通过在任何特定档案中点击来查阅历史。 但是,我突然看到,在我右上点击VS工作室解决方案探索者的一个档案时,我会再看到这些检查办法。

The team explorer window still brings up the source folder structure and I can get latest or get specific from there but did any one see this kind of behavior? Please let me know what I can do to avoid these situations in future.

最佳回答

Did you lose connection to the TFS server any time recently? I ve had this happen in the past on unreliable network connections when working via TFS remotely. The solution and all projects therein would "go offline" and would appear to lose their bindings. This made it particularly unintuitive when the connection was re-established because changes made while "offline" weren t always found.

如果你在解决方案或项目上进行正确评价,是否有选择“在线”? 你们也可以检查这种选择的不同面貌。

问题回答

您是否将源文档移至贵方的一处不同地点,或改变您的工作空间分布图?

打开解决方案/项目,将源头控制探测器中的sln文档翻一番,而不是从窗户勘探商开放。

您还可以尝试通过文件-----------------------------------------------------------------

我最近有非常相似的经验。 我认为,我已经做了一些改动,这可能会影响我的联系复原力。 在推翻其中2人之后,问题依然存在,我最后把问题锁定下来。

我使用的新延伸之一是NuGet(http://nuget.codeplex.com/)。 我每次试图增加一间图书馆,我的TFS连接都失败了,无法找到,直到2010年恢复VS。

See: http://nuget.codeplex.com/workitem/725

There is a work around that has been reported and working which may help you even if this is not your problem.

见http://blog.rthand.com/post/201108/26/Fixing-combination-of-NuGet-and-Team-Foundation-in-workgroup-configuration-401-Unauthorized.aspx”rel=“nofollow”http://blog.rthand.com/post/201108/26/Fixing-combination-of-NuGet-and-Team-Foundation-in-workgroup-confration-401-Unauthorized.aspx/

我还对我表示高兴。 我正在拆除地方工作空间下旧排放物的整个绘图台。 我杀死了40多分钟。 地图已移至较老的分行,但左边的分行与TFS没有联系。





相关问题
building .net applications without Visual Studio

I m interested to hear about people working with building .net applications using MSBuild, NAnt or similar tools. What are you using, why are you using it instead of the VS IDE? I like to use ...

Tips for debugging a made-for-linux application on windows?

I m trying to find the source of a bug I have found in an open-source application. I have managed to get a build up and running on my Windows machine, but I m having trouble finding the spot in the ...

Visual Studio 2010 Beta 2: Can I print in color?

I have to turn in a hard copy of some code with an assignment. Is there any way in Visual Studio 2010 to print C# source code with syntax highlighting? PS: The assignment is solving a math problem, ...

Set Select command in code

On button Click I want to Set the Select command of a Gridview. I do this and then databind the grid but it doesn t work. What am i doing wrong? protected void bttnView_Click(object sender, ...

WPF design-time context menu

I am trying to create a custom wpf control, I m wondering how I can add some design-time features. I ve googled and can t seem to get to my goal. So here s my simple question, how can I add an entry ...

热门标签