I have a solution named EmployeeSolutions, then under that I have 2 projects named TaxExempt and AddressFile. The first project is a class library (business layer), and the second project is a website complete with web.config , app_data and app_themes folder.
I didn't notice this before but when I click to open EmployeeSolutions.sln, it loads both projects, everything under TaxExempt project and sub-folders created within the solution is displayed, no problem there. The problem is with the second project, it
displays everything again, like the folder/subfolder of TaxExempt, and the solution file EmployeeSolutions.sln and suo.
I tried to untick 'Always show solutions' under Tools-Option->Projects and Solutions but it didn't work because I have 2 projects.
Is this the normal behaviour of VS, to display all files and folder having the same directory level as the physical .sln file?
janilane
Member
147 Points
206 Posts
Physical folder of project file being displayed in VS 2010
Feb 28, 2013 03:25 AM|LINK
Hi,
I have a solution named EmployeeSolutions, then under that I have 2 projects named TaxExempt and AddressFile. The first project is a class library (business layer), and the second project is a website complete with web.config , app_data and app_themes folder.
I didn't notice this before but when I click to open EmployeeSolutions.sln, it loads both projects, everything under TaxExempt project and sub-folders created within the solution is displayed, no problem there. The problem is with the second project, it displays everything again, like the folder/subfolder of TaxExempt, and the solution file EmployeeSolutions.sln and suo.
I tried to untick 'Always show solutions' under Tools-Option->Projects and Solutions but it didn't work because I have 2 projects.
Is this the normal behaviour of VS, to display all files and folder having the same directory level as the physical .sln file?
TIA
Rajneesh Ver...
All-Star
37318 Points
6837 Posts
Re: Physical folder of project file being displayed in VS 2010
Feb 28, 2013 03:59 AM|LINK
You have to right click on TaxExempt in solution explorer and click on Remove (Del).
After this use save all to save the updated sln file.
www.rajneeshverma.com
Keep Forums Clean || Use Alert Moderators.
Ruchira
All-Star
43040 Points
7032 Posts
MVP
Re: Physical folder of project file being displayed in VS 2010
Feb 28, 2013 01:38 PM|LINK
Hello,
No. You may have clicked the "Show All Files" button at the top of Solution Explorer. Un click it.
My Tech blog | My YouTube ChannelPlease 'Mark as Answer' if this post helps you.