If I directly copy the Visual Studio project folder gives any error? Or do I have to do something else?

Asked

Viewed 933 times

2

I wanted to copy the Project Solution to my teacher, I can go to the file location and just copy the project and send it to him that it will work?

  • 1

    Yes, you can just copy the whole folder.

  • 2

    Put it on github and link p/ your teacher :) hehe http://gabsferreira.com/criando-e-enviando-arquivos-para-seu-repositorio-github/

2 answers

5

Generally it’s supposed to work. If his VS is the same version. If more current form is likely to work, even if it needs an automatic conversion, in older versions than yours has a higher chance of not working.

Of course the project needs to be in order, needs to copy right (everything), has to put in the right place.

If the project has dependencies beyond what it has by default in VS you will have to install those dependencies, but in exercises and things like that it is unlikely to have extra dependencies. At least you shouldn’t.

We are talking about the project, if the application will run is already another problem. But there is already problem of deploy.

3


Browser other questions tagged

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