2016-12-15 3 views
1

github에서 사용할 수있는 코드를 사용하여 C#에서 Microsoft 감정 API를 구현하려고합니다. 나는 Microsoft Cognitive Service에 주어진 모든 단계를 따랐다. 나는 Microsoft Emotion API 구현 오류

Error : The tag 'VideoResultControl' does not exist in XML namespace 'clr-namespace:SampleUserControlLibrary;assembly=SampleUserControlLibrary' 

Error: The tag 'SampleScenarios' does not exist in XML namespace 'clr-namespace:SampleUserControlLibrary;assembly=SampleUserControlLibrary'. 

Error NuGet Package restore failed for project EmotionAPI-WPF-Samples: The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters 

내가 비슷한 질문이 있지만 답변 (세 번째 질문의 변화를 제외하고) here을 요청 발견 3 오류를

있습니다. 내가 마지막 오류를 해결하기 위해 .suo 파일을 삭제하려고

하지만 행운

답변

2

연구의 시간 후, 나는 해결책을 해결. 세 번째 문제에 대한

git submodule init 

git submodule update 

, I temporarily moved the project to an upper directory tree so that the path name is not too long - 처음 두 오류의 , 내가

인지-공통 윈도우 그래서, 왜 그렇게는

자식 서브 모듈임을 발견 자세한 내용은 herehere