TFS Workspaces across VS 2010 and 2012?

前端 未结 2 1046
滥情空心
滥情空心 2020-12-05 04:01

I am currently developing on Visual Studio 2012 RC using TFS Preview for source control. I would like to create an SSIS Integration project, which requires me to use Visual

2条回答
  •  情深已故
    2020-12-05 05:03

    In addition to the Location="Server" property mentioned in other answers/comments, the File Time property must be "Current", as shown below.

    Workspaces created in Visual Studio 2012/2013 with either Location="Local" or File Time="Checkin" are not visible/usable in Visual Studio 2010.

    enter image description here

提交回复
热议问题