Visual Studio + Xamarin Forms

0

This time I'm writing to ask you a question. I have made a very simple program that has 2 labels inside a stacklayout . I'm using databinding but I get this error when compiling and I do not realize it can be.

  

IDE0006 Error loading the project. Some of its features have been disabled, such as the complete analysis of the solution for the project that has failed and the dependent projects.

Can you give me a hand?

Thank you in advance.

Raulus.

    
asked by Raulus 28.04.2018 в 00:24
source

1 answer

0

Are you sure it's a mistake? As far as I've seen, it's a "warning".

What happens:

Visual studio / xamarin verifies the requirement of the "sdkbuild tools" for your project.

  • If you have it, then it runs without problems.
  • If you do not have it, your project will launch that warning in most cases.

Solutions:

  • Give a Clean to your solution.
  • Now a Rebuild, this will start a download of the zips.
  • In case the Rebuild is canceled by mistake, close the Visual Studio and open visual studio and again step 1 and 2.
  • Or the simplest alternative of all:

    • Download all available SDKBuild tools.

    Suggestion:

    Download and install the SDK Manager from here: link and I'll leave you the documentation for you to have fun Learning: link

    References:

    link

    link

        
    answered by 28.04.2018 в 01:35