I just wondering around hours and hours and I don't know what's wrong with it. I have a project, stored in
E:\Projects\ProjectA with the Solution name is School.sln
After that I created another project, stored in
E:\Projects\ProjectB with the Solution name is School.sln
When I close the ProjectA and then open the ProjectB, the file path in Visual Studio 2015 always referring to E:\Projects\ProjectA when it should be referred to E:\Projects\ProjectB
I've been googling for this problem, and I found that the solution is :
- Delete the .suo file
- Change the path in application.config
Here's the link that the problem is similiar with mine, but no luck for me.
Any help will be appreciated. Thanks