Every time I upload files I get a large amount of errors

Asked

Viewed 47 times

2

I need help.

Every time I upload 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:

erros

It is worth mentioning that the errors that occur did not occur in a university computer in which course, since several samples were opened in the computers there. During the period in which I took lessons about it, my teacher simply canceled or marked some option in some checkbox and that’s it, all the mistakes are gone.

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

  • Young man, which "sample" is it that you’re trying to import? How are you trying to import? Click [Edit] and enter the "sample" code and how you are doing to import into your question

  • Friend, I’ll explain myself better:

  • I’m developing applications for windows 10 (windows phone, desktop and everything else from UWP). When I create an application and compile it, I get no error in the window that indicates any possible error. As part of my development, I try to open several examples of applications that are available on MSDN. During the course he did, the teacher opened the same examples and could compile and run naturally, but here at home it is only I upload these files that get numerous errors. For example: I loaded an example of NFC and received 400 errors

1 answer

-2

Everything indicates that the "Sample" you are trying 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.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.