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