zoukankan      html  css  js  c++  java
  • Connecting automatically to TFS

    Every time I start I get the following in output:

    This solution is offline.  [Team Foundation Server:
    http://jasmine:8080/]
    The solution is offline because its associated Team Foundation Server
    is offline.

    I then have to do File, Source Control, Change Source Control twice,
    once to delete the connection, then once to re-bind it.

    Below is the way to just have it connect when starting:

    There are two ways:

    1. Using TFS Explorer
    a. Open the solution offline and right click the solution.
    b. On the context menu, find and select "Go Online" option.
    There is some possibilities that you are unable to see this option, then
    try solution #2.

    2. Set registry keys
    a. Open
    HKEY_CURRENT_USER\Software\Microsoft\VisualStudio\9.0\TeamFoundation\Servers
    \<tfs server name>
    b. Change "Offline" to 0
    c. Change "AutoReconnect" to 1

  • 相关阅读:
    方法
    Go中的OOP
    GO 结构体
    指针
    闭包
    回调函数
    匿名函数
    函数的数据类型及本质
    defer语句
    递归函数
  • 原文地址:https://www.cnblogs.com/MichaelShang/p/1769038.html
Copyright © 2011-2022 走看看