Unable to checkin UserControl.xaml files in TFS. Receving error: TF10169

与世无争的帅哥 提交于 2019-12-05 12:41:42

I had to go to my xxx.visualstudio.com url in my browser and use the "New" link under "Recent projects and teams" section to create a project there first. Once I did that, my check in worked from my local visual studio.

There are one of two issues:

  1. You used to have a team project called "Code" that has been deleted but leaving the source history and you are trying to check in under it.
  2. There is no such team project

You need to create a team project in TFS before you can check in code. All code must be checked in under an active team project.

http://msdn.microsoft.com/en-us/library/ms181477.aspx

Use the link above to find out how to create your first team project.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!