Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unavailable projects in vs 2010?

Where does the indication of unavailable or available (loaded) projects / websites is saved?

I have a solution which has some unloaded projects while only the website is loaded

Of course I can right click and reload it but still, I want to now where this [unavailable or available] info is saved?

enter image description here

I've been looking in the sln, there is no difference (beyond compare) between loaded one and unloaded one.

Also in Websites.xml, there is no such difference

like image 888
Royi Namir Avatar asked Sep 06 '12 13:09

Royi Namir


People also ask

How do I add a project to an existing solution in Visual Studio 2010?

To add an existing project to a solutionIn Solution Explorer, select the solution. On the File menu, point to Add, and click Existing Project. In the Add Existing Project dialog box, locate the project you want to add, select the project file, and then click Open.

How do I see all projects in Visual Studio?

Find in Files (Ctrl+Shift+F): A more robust option, Find in Files is better for searching entire projects or solutions. Unlike Quick Find, Find in Files can list search results in the Find Results window and has additional options to specify which file extensions to search.

How do I open an existing project in Visual Studio 2010?

Opening an EXISTING C ProjectSelect File > Open > Project/Solution from the main menu. This will open the Open Project dialog box. 2. Using the Open Project dialog box, locate the Visual Studio Project you wish to open.


1 Answers

The suo file stands for "solution user object" (it's a guess).

It's a per-user container of solution settings.

You can safely delete it, but you will lose some other non important things, like breakpoints, and so on.

In most VCS, this file is in the standard exclusion list, as it should remain specific for each user. This is the evidence you can safely delete it.

like image 68
Steve B Avatar answered Oct 19 '22 04:10

Steve B