From the course: Visual Basic Essential Training

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Open the solution in Visual Studio

Open the solution in Visual Studio - Visual Basic Tutorial

From the course: Visual Basic Essential Training

Start my 1-month free trial

Open the solution in Visual Studio

- [Instructor] It's time to open the project in Visual Studio. If you've used Visual via 2019 and cloned the Repo, you'll notice that in the Solution Explorer, it now shows that folder and it shows this Source folder. And I can drill down into there and since this project is a Solution-based project, I can open this VBEssentialTraining.sln file. So I can just switch views here. Switch that SLN file. Now you can see the solution in the Solution Explorer. The other way of opening this file, if you don't see that in Visual Studio or if you're using an older version of Visual Studio, is to go to File, Open, Project and Solution. Go out to your Repo folder, here, this is where I cloned it. Open this Source folder and then Open the SLN file from there.

Contents