如何将 TFS 源代码管理与 Business Intelligence Studio 集成?
我正在运行 Visual Studio 2010 Ultimate——它与 TFS 源代码管理集成。但是,当我运行 SQL Server 2008 Business Inteligence Studio 时,没有提供源代码管理。当我查看“工具”...“选项”...“源代码管理”...下时,没有可用的插件。这是因为 BI Studio 使用 2008 Visual Studio Shell 而我只有 VS 2010 吗? TIA。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我认为您需要执行以下操作:
I think you need to do the following:
以下是使 TFS 2010 在 BIDS 中运行所需安装的项目列表:
http://microsoft-ssis.blogspot .com/2012/04/ssis-2008-with-team-foundation-server.html
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
要记住的一件事是,当您从 BIS 连接到服务器时,您需要使用完整的 url http://tfsserver:8080 /tfs。如果您不使用完整的 URL,则会引发连接错误。
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.
根据 MSDN 论坛,您需要VS 2005
According to MSDN Forums you need VS 2005