2016-07-13 7 views
0

NCrunch cache storage path%TEMP%\NCrunchCache으로 설정했습니다.NCrunch가 환경 변수를 인식하지 못합니다.

NCrunch was unable to access the directory 
'C:\src\solutionFolder\%TEMP%\NCrunchCache' as specified in the configuration for this solution. 
Cache data will instead be stored in the default location 

documentation이 가능 제안 :

From NCrunch v2.20, this setting supports specifying environment variables (i.e. '%MyCacheRootDir%\MySolution')

내가 무엇을 놓치고 그러나, 나는 다음과 같은 오류가?

답변

1

환경 변수를 변경 한 후 VS를 다시 시작해 보셨습니까? 프로세스를 시작할 때 환경 변수의 복사본을 얻습니다. 따라서 VS를 변경하기 전에 열면 이전 변수로 작업 할 수 있습니다.

모든 VS 인스턴스를 닫은 다음 작업 관리자에 NCrunch.BuildHostXXX.x86.exe 프로세스가 없는지 확인하는 것이 좋습니다.

+1

유망 해 보이지만 작동하지 않았습니다. 어쨌든 고마워. –

+0

다시 시작하면 작동하지 않습니다. '% AppData % \ NCrunchCache'를 사용하면 여전히'C : \ src \ Solution \ % AppData % \ NCrunchCache'가됩니다 (v3.6 사용) – Waescher