Some Visual Studio 2008 SP1 installations can have a problem to connect TFS 2010 (Team Foundation Server) beta 2.
Simply add a Registry Key:
- Location: HKEY_CURRENT_USER/Software/Microsoft/VisualStudio/9.0/TeamFoundation/Servers
- String Type
- Value: http://your.tfs-machine.com:8080/tfs/DefaultCollection
Values to replace:
- your.tfs-machine.com: your FQNS (http://www.sharedcache.com)
- DefaultCollection: your collection name
Restart Visual Studio, done!
Friday, November 27, 2009
TF30335: Connecting a Visual Studio 2008 Client SP1 to TFS 2010 (Team Foundation Server) Beta 2
Subscribe to:
Post Comments (Atom)
Shared Cache - .Net Caching made easy
All information about Shared Cache is available here: http://www.sharedcache.com/. Its free and easy to use, we provide all sources at codeplex.
1 comment:
Danke! Took a while but finally have VS2008 talking to our TFS 2010 server.
Post a Comment