Every time I download files I get a large amount of errors [closed]

2

I need help.

Every time I load any file in Visual Studio 2015 I get a huge amount of general errors.

I'm starting to develop for windows phone and soon when importing the first sample, downloaded from msdn I get a considerable amount of errors:

It is worth mentioning that the errors that occurred did not occur in a computer of the university in that course, since several samples were opened in the computers of there. During the period when I took classes on this, my teacher simply unselected or checked any options in some checkbox and ready, all errors are gone.

I would like to know how to solve this headache that prevents me from importing files!

    
asked by anonymous 26.11.2015 / 05:41

1 answer

-2

Everything indicates that the "Sample" that you are tending to open was done in ASPNET 4 MVC 5, and you are creating an ASPNET 5 MVC 6 project.

Create a new project, but as ASPNET MVC 5 (not ASPNET 5 or vNext) and import it.

    
26.11.2015 / 11:29