English 中文(简体)
尽管TFS连接起来,但解决方案并不自动上网。
原标题:Solution does not get online automatically although TFS is connected

每当我开放视觉演播室时,它就促使我听从我的TFS密码,我也成功地听了这些密码。

  1. 现在,当我提出解决办法时(它被绘制到TFS存放处),它就应该不停地上网,但不是。 解决办法探索者中的“在线”纽吨也不明显。 当我正确点击某个项目时——我看不到“Get Latest版本, 具体版本”等。

    唯一的出路是卸下任何项目并重载。 每一件事都好事。

  2. 而且,如果我对该项目中的任何具体档案作一些改动,则每次都需要人工建造项目。 虽然项目由配置主管选定。

问题回答

解决办法探索者解决方案和选择“在线”的右翼。 这应当有所帮助。

Sounds odd. I d start by getting a totally clean set of source code.

  • Check in any changes you have pending
  • Close all open solutions
  • Delete your root source folder (Note: I always rename it initially to be sure I don t lose something I later realise I should have saved. So I rename it and only delete it when my new source code image is building ok)
  • Open Source Control, right click on the root folder, and Get Specific Version . In the dialog that pops up, tick the two checkboxes so that it forces TFS to get all the source code regardless of what it thinks you already have on your PC.
  • Open your solution and rebuild it.

这将给您提供服务器上的清洁拷贝,并经常解决由腐败信息造成的、在你的来源树中将某些地方ched起来的问题。

如果这种定型号固定下来的话,这可能会成为您的VS安装或您的TFS服务器安装的一个问题,但是这些服务器只是打上ark的。

For the "not building when you make a change" problem, if it s not fixed by the above, check that the project is set to build in your project configuration, and check that the project dependencies look sensible (you may need to delete and re-add your references if there is a broken project reference in your project)





相关问题
Why not use TFS as a build / CI solution?

Currently our build solution is set up using TFS + MS Build scripts. TFS is also being used as a CI server. I ve seen several posts on this site telling people about other CI solutions. Are there ...

Get files from TFS under Linux [closed]

is there a free (command line) tool for linux which with I can get all files from a TFS-Repository (no Check in / Check out required - only get actual version)?

upgrading tfs 2008 sp1 to use sql server 2008

I have an instance of tfs 2008 supported by sql server 2005. I want to change the sql server machine by doing a restore based move. I also want to change the version of sql server to 2008. I know ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...

TFSReg in 2010 Beta 2?

does anybody know what is the equivalent of the TFSReg.exe command-line tool in 2010 Beta 2? I cannot find it anywhere, I searched the entire Program Files tree. Was it renamed? Moved? Replaced by ...

热门标签