Doubt - Visual Studio Export / Import Project

2

I'm having problems importing projects into VS 2015. The project was done in an earlier version of IDE and when I import it it does not come with correctly added components, needing to add one by one.

Is this correct or do you have to follow some export specification to embed it all together?

Is there any standard / good practice procedure for this task?

    
asked by anonymous 09.12.2015 / 00:06

1 answer

0

When importing does not do everything alone it can mean that the project descriptor files are not exactly like the interpreter would expect or even are not in the correct paths in the case of multiple modules. I have had numerous problems in importing projects and there is always a manual rework. I also had to re-create projects from scratch and insert the modules in more critical cases. So do not be scared, because the path is not always flawless when importing projects.

    
09.12.2015 / 01:47