Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have just upgraded to VS2017 R3 (my VS2015 had died and all attempts to rebuild it failed). I have tried opening old VB and C# windows forms projects created in VS2015 but they will not open. It looks like the problem is with GridView and ToolStripMenuItems - the methods and properties in the .NET are still there and I can create new GridViews on new forms; it is just existing ones the make forms unopenable.

I have a load of on-going projects that have ground to a halt.

Any help that you can give would be very gratefully received. Ideally, I'd like to be able to open the forms in form designer without having to recreate them - especially as many of the forms are very convoluted and are not ones that I have created.

What I have tried:

. Created new projects with GridViews (these seem to be OK)
. Search the web (nothing even close to matching the symptoms)
. Gone on to the Visual Studio Installation Live Chat - been stuck at position 2 in the queue for the last couple of hours
Posted
Updated 1-Jun-18 4:16am
Comments
[no name] 1-Jun-18 8:58am    
What issue/error you are getting when open your project in VS2017?

1 solution

Fault found between my ears.

I was testing non-production code just as a precaution and the sample application that I had picked was an old VB program (for displaying and managing cookies in MS-Edge) that had been converted to C# using a VB to C# convertor. The issues were associated with failings in the converter. Loading the old VB version worked successfully; so I took a copy of a complicated 'live' program that included examples of the form controls that had caused the test case to not load. That worked with no issues at all.

Thank you @VinodJangle for your response.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900