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

2

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

    
asked by anonymous 18.11.2017 / 13:51

2 answers

3

Copy everything including the .SLN file

OryoucandosomethingcoolerandputitinGit.

link

    
18.11.2017 / 13:57
5

In general it is to work. If his VS is of the same version. If more current form is likely to work, even if it needs an automatic conversion, in versions older than yours has a greater 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 these dependencies, but in exercises and things like it is unlikely to have any extra dependencies. At least it should not.

We are talking about the project, if the application is going to run is already another problem. But there it is already deploy problem.

    
18.11.2017 / 13:54