Notice
Recent Posts
Recent Comments
Link
«   2024/04   »
1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30
Archives
Today
Total
관리 메뉴

Awesome!!!

VisualStudio SourceSafe 지연된 체크인 작업 문제 해결 - Pending Checkins 본문

카테고리 없음

VisualStudio SourceSafe 지연된 체크인 작업 문제 해결 - Pending Checkins

jaime 2011. 4. 8. 17:01

  1. Three possible steps may alleviated this behavior. Apply them one at a time and test to determine which one fixes the problem.

    Make sure that your anti virus software is not scanning the files you place in source control. for more information refer to the following Microsoft Knowledgebase article:

    Anti-virus software may impact Visual SourceSafe performance (http://support.microsoft.com/default.aspx?scid=kb;en-us;274051)

  2. Open Visual Studio 2005, in the main menu choose Tools\Options\Source control\Plug-in settings and uncheck "Perform background status updates."

  3. Open Regedit and rename the registry key:
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\VisualStudio\8.0\ToolWindows\{53544C4D-5C18-11d3-AB71-0050040AE094}
    to something else, like __{53544C4D-5C18-11d3-AB71-0050040AE094}.

    If you are running a 64-bit operating system, they the key will read:
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\VisualStudio\8.0\ToolWindows\{53544C4D-5C18-11d3-AB71-0050040AE094}  and this key needs to be renamed to __{53544C4D-5C18-11d3-AB71-0050040AE094}.

1번 방법은 바이러스 프로그램으로 프로젝트 폴더를 신뢰된 폴더로 세팅해야 하나.. 바이러스 문제 발생 소지가 있습니다.
2번 방법은 전 해결이 안되더군요.
그래서 결국 3번째 방법으로 해결했습니다. 우선 지연된 체크인 체크를 하지 않는 방법입니다.
(2008의 경우는 같은 경로에 8.0 --> 9.0 으로 수정하면 해결됩니다.)