HomeVisual Studio.suo file in Visual Studio solution projects

.suo file in Visual Studio solution projects

Visual Studio uses two type of file

  • .sln
  • .suo

These files help to store solution specific settings of visual studio .

The .suo file is a Visual Studio user settings file that stores data in a structured binary format and is used by VSPackage or solutions created using Visual Studio .

The .suo file contains the user preference configurations or per user settings.

MSDN description can be found in File Types and File Extensions in Visual Studio

Leave a Reply

You May Also Like

In this post, you’ll learn about the error code “SCC_E_BACKGROUNDGETINPROGRESS” returned by the Visual Studio when using the Source Control...
In this post, you’ll learn about the error code “SCC_E_UNKNOWNERROR” returned by the Visual Studio when using the Source Control...
In this post, you’ll learn about the error code “SCC_E_CONNECTIONFAILURE” returned by the Visual Studio when using the Source Control...