Visual Studio 2010: Why I can't change the Full Path of website?

gymnhieme

New Member
I currently have a solution which recently added a new website to the TFS source control. Due to a mistake during creation, the website physical directory is like below:\[quote\] Z:\Projects\NewWebSite\NewWebSite\[/quote\]Instead, it should be like below:\[quote\] Z:\Projects\NewWebSite\\[/quote\]The problem I had was when trying to remove and add the website with the new physical path into the solution. Every time I do so, for some reason it will automatically refers to the first path. If I tried to remove the folder, it will give me an error saying it can't open the path since the folder no longer exists.My solution is to basically unbind everything and create a new solution from scratch, then re-adding the website to the solution. My worry is that I am just working around the problem, and that it is still present somewhere in TFS, waiting to mess up someone else's solution when they check out.So, does anyone knows what is causing this, and what is the best way to fix this sort of behavior?
 
Back
Top