English 中文(简体)
为什么TFS在我的解决办法中忽视了一个项目?
原标题:Why is TFS ignoring a project in my solution?

我在我们的“2010年TFS”存放处有多项解决方案。 我最近几天为这一解决办法增加了大约5个新项目。

我发现,就其中一个项目而言,项目本身不会对TFS进行检查。 该项目所载的所有工艺品都从事细致的工作;这些工艺品都经过检查,我可以在小组的探索者中看到。 但是,我看不到小组探索者的项目档案,也看不到他们在解决方案探索者项目旁边的一条灯,显示其状况。

此外,在视像演播室成果中点击了视像仪中与TFS有关的任何选择,这些选择适用于项目档案,而不是实际项目本身。

Can this be remedied or do I have to create an entirely new project and add all of the artifacts from the old project back into it?

最佳回答

你的项目没有适当的来源控制。 解决办法开放后,你需要到<代码>。 文献——和; 来源控制——和; 变化源控制,以观察贵国项目的约束性。 失败者可能表明“不知”或没有约束地位。 然后,你可以利用该方言纠正项目档案中的约束力和检查。

Appended Alternate Solution - Navigate to the Team Explorer -> Source Control and manually add the files using the "Add Items to Folder" menu item.

问题回答

你可以尝试采取下列步骤:

页: 1 “Change Source Control”dialog项目未合并

2 更新源控制状况的Refresh项目

3月 右边点击项目,点击Add项目,以提供解决方案勘探者的控制

我也面临同样的问题,但解决办法与迄今提到的办法略有不同。 我的项目内容得到了检查,但项目本身没有。 该项目具有约束力。

In the Team explorer s Source Code Explorer, the project files were greyed out. After a get-latest, TFS opened the Merge Conflicts screen where I could choose to keep the local copy.

之后,该项目成为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 ...

热门标签