|
I am struggling to solve the following problem with no success yet.
I had
1 VSTF Solution file + 1 Web Site Project + 1 DLL Project + ...
I moved files and directories between projects. [Checked in] --> Worked fine
I removed all local files from C: and removed workspace reference from VSTF IDE.
( Completely cleared up)
I re-created workspace in disk D: and retreived all project files from VSTF.
Then I was getting some of the warnings like
"Some of the properties associated with the solution could not be read."
But bad enough, original web site project became a goner from solution explore and a bogus empty web project popped up !
( "MyWebSite" --> "MyWebSite_1" )
I tried many things, so far the least destructive solution is to double click solution file from outside windows file explorer rather than from VSTF's source control view.
Here is my questions about microsoft VSTF:
[1] Why does solution file keep absolute file path for web site project inside ?
( eg. "C:\MyWork\MyProject" )
: This should be OK with single user development, I am not sure that is good idea for team members though.
[2] Does above problem tell us to have same absolute local workspace path for web site project development ?
Any suggestions would make my weekend better. Thank you. |