ponh 发表于 2013-12-19 09:08:04

SQL Server Business Intelligence Development Studio 连接 TFS 2010 Server

公司.Net开发使用的是Visual Studio 2010,相应的TFS也使用2010版本。而安装SQL Server时自带的SQL Server Business Intelligence Development Studio却是Visual Studio 2008。最近在做一些Report,发现不能使用TFS,开发很不方便。查找资料研究后发现如果要在Visaul Studio 2008中使用TFS 2010需做以下工作:1.安装Team Explorer 2008安装SQL Server时所带的SQL Server Business Intelligence Development Studio默认是没有Team Explorer的,需到微软网站下载安装。下载地址: http://www.microsoft.com/en-us/download/confirmation.aspx?id=16338安装后即可在SQL Server Business Intelligence Development Studio中看到Connect to Team Foundation Server链接。但此时还不能连接TFS2010,会报以下错误。需再经过下面两步安装后才可以正常使用。2.安装Team Explorer SP1因为TFS 2010中增加了很多新特性,Team Explorer 2008不能直接连到TFS 2010,需要安装一个适配器补丁,而安装这个补丁的前提是安装Team Explorer SP1。下载地址: http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=10986注意这个补丁需连网才能安装。3.安装Team Explorer 2008与TFS 2010的适配器补丁英文名:Visual Studio Team System 2008 Service Pack 1 Forward Compatibility Update for Team Foundation Server 2010 (Installer)下载地址: http://www.microsoft.com/en-us/download/details.aspx?displaylang=en&id=10834以上产品与补丁全部安装成功后即可在SQL Server Business Intelligence Development Studio中连接TFS 2010了。
注意事项:在连接时需输入Collection的全路径来连接,格式为: http://<serverName>:<port>/<vdir>/<collectionName >。如果不输入Collection Name是无法连接的,错误如下图所示:输入Collection的全路径 http://10.10.10.14:8080/tfs/Grace 后即可正常连接,连接后如下图所示:

xiaoxue85 发表于 2013-12-24 15:08:11

喜欢迩泛起了心痛的感觉想迩无法控制问自己为什么如此这般痛苦欲绝

xian123 发表于 2013-12-31 05:57:24

微笑,是姐最好的伪装。

sonyet 发表于 2014-1-2 18:11:30

即使哭了我也要笑、即使笑了我也要继续。
页: [1]
查看完整版本: SQL Server Business Intelligence Development Studio 连接 TFS 2010 Server