Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project can't be loaded #7

Closed
burakbilgehan opened this issue Aug 29, 2016 · 2 comments
Closed

Project can't be loaded #7

burakbilgehan opened this issue Aug 29, 2016 · 2 comments

Comments

@burakbilgehan
Copy link

Hello, I used this page (https://www.microsoft.com/cognitive-services/en-us/emotion-api/documentation/getstarted) as a referance and tried to execute each step as it's written.

But soon as I opened the project in Visual studio it gives an error:

One or more projects in the solution were not loaded correctly. Please see the Output Window for details.

After clicking okay, trying to ignore the issue, I go to the next step, Managing NuGet Packages. When I try to install Newtonsoft.Json, it said that it's already installed, but i can still upgrade it. I go on to the next step with both updating, and non-updating methods.

Next step is building and running the solution. When I build it, i see 2 errors, 5 warnings.

Errors:

  1. Severity Code Description Project File Line Suppression State
    Error The tag 'VideoResultControl' does not exist in XML namespace 'clr-namespace:SampleUserControlLibrary;assembly=SampleUserControlLibrary'. Line 28 Position 10. EmotionAPI-WPF-Samples C:\Users\kaanb\Desktop\Cognitive-Emotion-Windows-master\Sample-WPF\EmotionDetectionUsingVideoPage.xaml 28
  2. Severity Code Description Project File Line Suppression State
    Error The tag 'SampleScenarios' does not exist in XML namespace 'clr-namespace:SampleUserControlLibrary;assembly=SampleUserControlLibrary'. Line 12 Position 10. EmotionAPI-WPF-Samples C:\Users\kaanb\Desktop\Cognitive-Emotion-Windows-master\Sample-WPF\MainWindow.xaml 12

Warnings:

  1. Severity Code Description Project File Line Suppression State
    Warning The referenced component 'SampleUserControlLibrary' could not be found. EmotionAPI-WPF-Samples
  2. Severity Code Description Project File Line Suppression State
    Warning The referenced project '..\Cognitive-Common-Windows\SampleUserControlLibrary\SampleUserControlLibrary.csproj' does not exist. EmotionAPI-WPF-Samples
  3. Severity Code Description Project File Line Suppression State
    Warning The referenced project '..\Cognitive-Common-Windows\SampleUserControlLibrary\SampleUserControlLibrary.csproj' does not exist. EmotionAPI-WPF-Samples
  4. Severity Code Description Project File Line Suppression State
    Warning The tag 'VideoResultControl' does not exist in XML namespace 'clr-namespace:SampleUserControlLibrary;assembly=SampleUserControlLibrary'. Line 28 Position 10. EmotionAPI-WPF-Samples C:\Users\kaanb\Desktop\Cognitive-Emotion-Windows-master\Sample-WPF\EmotionDetectionUsingVideoPage.xaml 28
  5. Severity Code Description Project File Line Suppression State
    Warning The tag 'SampleScenarios' does not exist in XML namespace 'clr-namespace:SampleUserControlLibrary;assembly=SampleUserControlLibrary'. Line 12 Position 10. EmotionAPI-WPF-Samples C:\Users\kaanb\Desktop\Cognitive-Emotion-Windows-master\Sample-WPF\MainWindow.xaml 12

As you can predict, I cannot run this program after that. It should be running and asking me for the activation code, to advance.

Can you help me?

@phys94
Copy link

phys94 commented Sep 14, 2016

The missing component can be found in below link:

https://github.com/Microsoft/ProjectOxford-ClientSDK/tree/master/SampleUtil

@chsienki
Copy link
Contributor

This repo has a submodule on which it depends. Unfortunately, Visual Studio won't pick these up automatically, so you'll need to do this from a command prompt: git submodule update --init --recursive for example.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants