我正在尝试使用github上提供的代码在C#中实现Microsoft情感api。我按照Microsoft Cognitive Service中给出的所有步骤进行了操作。我有3个错误
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(第三个问题的变化除外),但没有答案。
我尝试删除.suo
文件以修复上一个错误,但没有运气