Open an Existing Project or Solution (.NET)

When you open a project or solution in Microsoft Visual Studio, the code editor and Windows Form Designer windows are opened in the same state they were in when the project was last saved. Once a project or solution is opened, use the Solution Explorer to navigate between the files of the opened project or solution.

Procedures

    To open an existing project or solution file

  1. In Microsoft Visual Studio, click File menu Open Project/Solution (or click File menu Open Project).
  2. In the Open Project/Solution dialog box, browse to and select the project file to open.

    The Open Project/Solution dialog box will allow you to open a wide range of project files which include projects, Microsoft Visual Studio .NET solutions, and Microsoft Visual C++ projects. Use the Objects of Type drop-down list to control which type of projects or solutions you see in the file selection area of the Open Project dialog box.

    Note: You cannot open a VBA project saved as a DVB file with Microsoft Visual Studio. If you are migrating from VBA to .NET, you can copy your code from the AutoCAD VBA development environment to an open code editor window in Microsoft Visual Studio and make the necessary changes.

    For information on migrating from VBA to .NET, see https://adndevblog.typepad.com/autocad/devtv/. Search for 'API webcast archive' and click the link 'AutoCAD: VBA to .NET Migration' to download a video on migrating VBA code to .NET.

  3. Click Open.