visual-studio 如何将 TFS 源代码控制与 Business Intelligence Studio 集成?

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/4098532/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-10-22 12:41:47  来源:igfitidea点击:

How do I integrate TFS Source Control with Business Intelligence Studio?

visual-studiossisetlbusiness-intelligence

提问by Howard Pinsley

I am running Visual Studio 2010 Ultimate -- which integrates with TFS source control. However, when I run SQL Server 2008 Business Inteligence Studio, no source control is offered. When I look under Tools... Options... Source Control... there are no plug-ins available. Is this because BI Studio uses the 2008 Visual Studio Shell and I only have VS 2010? TIA.

我正在运行 Visual Studio 2010 Ultimate——它与 TFS 源代码控制集成。但是,当我运行 SQL Server 2008 Business Inteligence Studio 时,不提供源代码控制。当我查看工具...选项...源代码管理...时,没有可用的插件。这是因为 BI Studio 使用 2008 Visual Studio Shell 而我只有 VS 2010 吗?TIA。

回答by grapefruitmoon

I think you need to do the following:

我认为您需要执行以下操作:

  1. Install Visual Studio Team Explorer 2008
  2. Install Visual Studio 2008 SP1
  3. Install Visual Studio 2008 SP1 Forward Compatibility Update for Team Foundation Server 2010 (KB974558)
  1. 安装 Visual Studio 团队资源管理器 2008
  2. 安装 Visual Studio 2008 SP1
  3. 为 Team Foundation Server 2010 安装 Visual Studio 2008 SP1 向前兼容性更新 (KB974558)

回答by Joost

Here is a list of items that you need to install to get TFS 2010 working in BIDS: http://microsoft-ssis.blogspot.com/2012/04/ssis-2008-with-team-foundation-server.html

以下是要让 TFS 2010 在 BIDS 中工作需要安装的项目列表:http: //microsoft-ssis.blogspot.com/2012/04/ssis-2008-with-team-foundation-server.html

回答by jgardner04

One thing to keep in mind is when you connect to the server from BIS you need to use the full url http://tfsserver:8080/tfs. If you don't use the full URL it will throw a connection error.

要记住的一件事是,当您从 BIS 连接到服务器时,您需要使用完整的 url http://tfsserver:8080/tfs。如果您不使用完整的 URL,它将引发连接错误。

回答by Amit G

According to MSDN Forumsyou need VS 2005

根据MSDN 论坛,您需要 VS 2005