User347430248 posted
Hi Maurice,
You need to migrate your project from Visual Studio 2008 to Visual Studio 2017.
I suggest you to create a backup of your project before you try to open it in Visual Studio 2017.
Then try to open your project in visual Studio 2017.
When you will get a message then let the Visual Studio make the changes and try to open the project.
Once project get open, Try to execute it and check everything working properly.
If that not work then you can try to create a new project in Visual Studio 2017 and try to copy the code manually from old project to new project.
Make sure you add all the references and dll files that you are using in old project and which are necessary to run the project.
Regards
Deepak