Open Solution Command
Note
This article applies to Visual Studio 2015. If you're looking for the latest Visual Studio documentation, see Visual Studio documentation. We recommend upgrading to the latest version of Visual Studio. Download it here
Opens an existing solution, closing any other open solutions.
Syntax
File.OpenSolution filename
Arguments
Filename
Required. The full path and file name of the solution to open.
The syntax for the filename
argument requires that paths containing spaces use quotation marks.
Remarks
Auto completion tries to locate the correct path and file name as you type.
Example
This example opens the solution, Test1.sln.
>File.OpenSolution "c:\MySolutions\Test1\Test1.sln"
See Also
Visual Studio Commands Command Window Find/Command Box Visual Studio Command Aliases