Doubt - Visual Studio Export/Import Project

Asked

Viewed 2,375 times

3

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

This is correct or have to follow some specification in export to embed everything together?

Is there any standard procedure/good practice for such a task?

  • 1

    I don’t know what kind of project is yours, I’ve "exported" projects forms, service, just right-clicking on the project and opening with the VS2015.

1 answer

0


When the import does not do everything alone it may mean that the project descriptors files are not exactly as the interpreter would expect or even are not in the correct paths in the case of multiple modules. I have had numerous problems importing projects and there is always a manual rework. I’ve also had to recreate projects from scratch and insert the modules in more critical cases.
So do not be alarmed, because the path is not always free of failures when importing projects.

Browser other questions tagged

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