2016-12-15 3 views
1

githubで使用できるコードを使用してC#でMicrosoftの感情のapiを実装しようとしています。私はMicrosoft Cognitive Serviceで与えられたすべてのステップに従った。私は同様の質問が(3番目の質問の変更を除く)hereを尋ね見つからないが、何の答え3つのエラー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 

を持っています。私は最後のエラーを修正する.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 - 最初の2つのエラーのために 、私は

認知共通のWindowsだから、ドスがある

gitのサブモジュールであることが判明しました 詳細情報はherehere

です
関連する問題