Can´t find visual studio designer in a repo project

630 Views Asked by At

i´m new using visual studio, I´m trying to work in a project using visual Basic in studio 2019, its a Windows form project, when i clone de project from a repo the classes and forms look block, i can edit it but the have this block icon tha i dont understand:

imgPr

this seem to not be a big deal, but when i try to use the form designer option in visualStudio i cant use it, and i dont know why, does anyone have a clue about it?

imgPr

thank you.

1

There are 1 best solutions below

6
On

The first icon just means that the file has been modified from it's checked-in state. You're working on a project that is under source control.

What's wrong with the designer? Just use the "Open" command to open a file in the windows forms editor. If that doesn't work, what error do you get?