IMG-LOGO

Why folders and files added in Visual Studio not show up?

andy - 25 Jul, 2017 7888 Views 0 Comment

When adding folders in the visual studio, you may notice items of folder not being included by Visual studio. You can easily include the files items by doing the following thing.

In your Solution Explorer of the current project, there is an icon called Show All Files. If you click this icon, in your Solution Explorer tree should display all files or folders that are not part of the solution. It will be grayed white color. The images below is taken from Visual Studio 2015.

If you want to include files or folder, simply right click the item and choose the option Include In Project.

Comments

There are no comments available.

Write Comment
0 characters entered. Maximum characters allowed are 1000 characters.

Related Articles

How to remove html tags from string in c#?

Sometimes you need to remove HTML tags from string to ensure there are no dangerous or malicious scripts especially when you want to store the string or data text into the database.