Welcome to MSDN Blogs Sign in | Join | Help

Mark Brown's Blog

Interesting facts about BizTalk, SharePoint, .Net, and more ...
Using MSSCCI Provider and TFS Proxy Server

I was at TechEd and was involved in a conversation that thought the MSSCCI provider did not work with a TFS proxy.   I inquired internally and it is possible.   FYI the MSSCCI provider uses the same object model as VS 2005.  You can either run the VS 2005 and set it up or configure the registry.

Visual Studio 2005

Enable
reg add HKCU\Software\Microsoft\VisualStudio\8.0\TeamFoundation\SourceControl\Proxy /v Url /d http://myproxy:8081 /f
reg add HKCU\Software\Microsoft\VisualStudio\8.0\TeamFoundation\SourceControl\Proxy /v Enabled /d True /f

Query and Check
reg query HKCU\Software\Microsoft\VisualStudio\8.0\TeamFoundation\SourceControl\Proxy

Disable
reg add HKCU\Software\Microsoft\VisualStudio\8.0\TeamFoundation\SourceControl\Proxy /v Enabled /d False /f

For Visual Studio 2008

Enable
reg add HKCU\Software\Microsoft\VisualStudio\9.0\TeamFoundation\SourceControl\Proxy /v Url /d http://myproxy:8081 /f
reg add HKCU\Software\Microsoft\VisualStudio\9.0\TeamFoundation\SourceControl\Proxy /v Enabled /d True /f

Query and Validate
reg query HKCU\Software\Microsoft\VisualStudio\9.0\TeamFoundation\SourceControl\Proxy

Disable
reg add HKCU\Software\Microsoft\VisualStudio\9.0\TeamFoundation\SourceControl\Proxy /v Enabled /d False /f

Posted: Monday, June 11, 2007 10:20 AM by mab

Comments

Team System News said:

Martin Hinshelwood on TFS Process Templates. Mark Brown on Using MSSCCI Provider and TFS Proxy Server....

# June 12, 2007 9:45 AM
Leave a Comment

(required) 

(required) 

(optional)

(required) 

Comment Notification

If you would like to receive an email when updates are made to this post, please register here

Subscribe to this post's comments using RSS

Page view tracker