Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Red 'x' symbol next to solution in Visual Studio

I am working with Visual Studio. When I create a project, in the solution explorer there is a red cross.

What does it mean? How can I take it away?

Below is the screenshot of the red 'x' symbol next to the Solution.

The x red symbol next to the Solution

like image 914
J joe Jhon Avatar asked Oct 13 '16 06:10

J joe Jhon


People also ask

What is the red check mark in Visual Studio?

The red check marks indicate that there has been a change to the file. Many of these answers for previous versions of Visual Studio seem correct.

What does ignored mean in Visual Studio?

According to the version control icon documentation, it indicates files that have been excluded from version control, for example in the . gitingore file.

Where is Solution Explorer in VS code?

By default, the Solution Explorer tool window appears as a pane in the upper-right side of the Visual Studio integrated development environment (IDE). If you don't see the Solution Explorer tool window, you can open it from the Visual Studio menu bar by using View > Solution Explorer, or by pressing Ctrl+Alt+L.


1 Answers

It means the file has a pending edit for a deleted item. You can get rid of the red x by pressing "Show All Files" in Solution Explorer toolbar

like image 137
CacheYouOnTheFlipSide Avatar answered Oct 30 '22 15:10

CacheYouOnTheFlipSide