小编har*_*316的帖子

Visual Studio 2008 Business Intelligence Development Studio中出现TF31002错误

我正在尝试让我的SQL 2008客户端工具与TFS 2010交谈.

地址http:// tfs-server:8080/tfs在VS2010中运行正常,但SSMS(SQL Server Management Studio 2008)和BIDS(Business Intelligence Development Studio 2008)都给我这个错误:

TF31002: Unable to connect to this Team Foundation Server: <snip>
Possible reasons for failure include:
    - The Team Foundation Server name, port number or protocol is incorrect.
    - The Team Foundation Server is offline.
    - Password is expired or incorrect.
Run Code Online (Sandbox Code Playgroud)

我花了一天时间执行4步7步安装序列并尝试了TFS服务器URL的多个变体,但没有运气.你会建议什么?

tfs ssms bids sql-server-2008 tfs2010

9
推荐指数
2
解决办法
5486
查看次数

我应该把KeepAlive放在我的finally块中吗?

所以告诉我,我应该在我的代码末尾放置一个GC.KeepAlive以保持我的互斥锁打开(以防止我的应用程序的多个实例由于早期GC处理我的互斥锁而发生).但是我应该将KeepAlive放在我的finally块中还是在try块的末尾?

.net c# garbage-collection mutex keep-alive

4
推荐指数
1
解决办法
278
查看次数

标签 统计

.net ×1

bids ×1

c# ×1

garbage-collection ×1

keep-alive ×1

mutex ×1

sql-server-2008 ×1

ssms ×1

tfs ×1

tfs2010 ×1