Azure DevOps Attempt to remap source folder
up vote
0
down vote
favorite
I am been trying to download an sln from Azure DevOps but I get this message that wants me to remap the local path. The current mapped local is correct where I want it on my desktop but this pop-up comes up and then I can't open the project file.

GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 3
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://nccn.visualstudio.com/defaultcollection
SccProjectUniqueName0 = ..\NCCNu0020Libraries\GuidelineDataLayer\GuidelineDataLayer\GuidelineDataLayer.csproj
SccProjectName0 = ../../NCCNu0020Libraries/GuidelineDataLayer/GuidelineDataLayer
SccLocalPath0 = ..\NCCNu0020Libraries\GuidelineDataLayer\GuidelineDataLayer
SccLocalPath1 = .
SccProjectUniqueName2 = NccnWebApi\Nccn.WebService.GAT.csproj
SccProjectName2 = NccnWebApi
SccLocalPath2 = NccnWebApi
EndGlobalSection
add a comment |
up vote
0
down vote
favorite
I am been trying to download an sln from Azure DevOps but I get this message that wants me to remap the local path. The current mapped local is correct where I want it on my desktop but this pop-up comes up and then I can't open the project file.

GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 3
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://nccn.visualstudio.com/defaultcollection
SccProjectUniqueName0 = ..\NCCNu0020Libraries\GuidelineDataLayer\GuidelineDataLayer\GuidelineDataLayer.csproj
SccProjectName0 = ../../NCCNu0020Libraries/GuidelineDataLayer/GuidelineDataLayer
SccLocalPath0 = ..\NCCNu0020Libraries\GuidelineDataLayer\GuidelineDataLayer
SccLocalPath1 = .
SccProjectUniqueName2 = NccnWebApi\Nccn.WebService.GAT.csproj
SccProjectName2 = NccnWebApi
SccLocalPath2 = NccnWebApi
EndGlobalSection
Check what's in the SLN and csproj files. There are someSccproperties in the csproj - make sure they are allSAK. In the SLN, check for any dodginess in theSccglobal section
– DaveShaw
Nov 9 at 19:58
@DaveShaw, I updated with the GlobalSection do I need to change the SccLocalPath0?
– Jefferson
Nov 9 at 20:09
If the GlobalSection is messed up, I'd suggest deleting the whole GlobalSection and then "re-binding" the solution again.
– DaveShaw
Nov 9 at 20:18
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I am been trying to download an sln from Azure DevOps but I get this message that wants me to remap the local path. The current mapped local is correct where I want it on my desktop but this pop-up comes up and then I can't open the project file.

GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 3
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://nccn.visualstudio.com/defaultcollection
SccProjectUniqueName0 = ..\NCCNu0020Libraries\GuidelineDataLayer\GuidelineDataLayer\GuidelineDataLayer.csproj
SccProjectName0 = ../../NCCNu0020Libraries/GuidelineDataLayer/GuidelineDataLayer
SccLocalPath0 = ..\NCCNu0020Libraries\GuidelineDataLayer\GuidelineDataLayer
SccLocalPath1 = .
SccProjectUniqueName2 = NccnWebApi\Nccn.WebService.GAT.csproj
SccProjectName2 = NccnWebApi
SccLocalPath2 = NccnWebApi
EndGlobalSection
I am been trying to download an sln from Azure DevOps but I get this message that wants me to remap the local path. The current mapped local is correct where I want it on my desktop but this pop-up comes up and then I can't open the project file.

GlobalSection(TeamFoundationVersionControl) = preSolution
SccNumberOfProjects = 3
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
SccTeamFoundationServer = https://nccn.visualstudio.com/defaultcollection
SccProjectUniqueName0 = ..\NCCNu0020Libraries\GuidelineDataLayer\GuidelineDataLayer\GuidelineDataLayer.csproj
SccProjectName0 = ../../NCCNu0020Libraries/GuidelineDataLayer/GuidelineDataLayer
SccLocalPath0 = ..\NCCNu0020Libraries\GuidelineDataLayer\GuidelineDataLayer
SccLocalPath1 = .
SccProjectUniqueName2 = NccnWebApi\Nccn.WebService.GAT.csproj
SccProjectName2 = NccnWebApi
SccLocalPath2 = NccnWebApi
EndGlobalSection
edited Nov 9 at 20:08
asked Nov 9 at 17:08
Jefferson
858
858
Check what's in the SLN and csproj files. There are someSccproperties in the csproj - make sure they are allSAK. In the SLN, check for any dodginess in theSccglobal section
– DaveShaw
Nov 9 at 19:58
@DaveShaw, I updated with the GlobalSection do I need to change the SccLocalPath0?
– Jefferson
Nov 9 at 20:09
If the GlobalSection is messed up, I'd suggest deleting the whole GlobalSection and then "re-binding" the solution again.
– DaveShaw
Nov 9 at 20:18
add a comment |
Check what's in the SLN and csproj files. There are someSccproperties in the csproj - make sure they are allSAK. In the SLN, check for any dodginess in theSccglobal section
– DaveShaw
Nov 9 at 19:58
@DaveShaw, I updated with the GlobalSection do I need to change the SccLocalPath0?
– Jefferson
Nov 9 at 20:09
If the GlobalSection is messed up, I'd suggest deleting the whole GlobalSection and then "re-binding" the solution again.
– DaveShaw
Nov 9 at 20:18
Check what's in the SLN and csproj files. There are some
Scc properties in the csproj - make sure they are all SAK. In the SLN, check for any dodginess in the Scc global section– DaveShaw
Nov 9 at 19:58
Check what's in the SLN and csproj files. There are some
Scc properties in the csproj - make sure they are all SAK. In the SLN, check for any dodginess in the Scc global section– DaveShaw
Nov 9 at 19:58
@DaveShaw, I updated with the GlobalSection do I need to change the SccLocalPath0?
– Jefferson
Nov 9 at 20:09
@DaveShaw, I updated with the GlobalSection do I need to change the SccLocalPath0?
– Jefferson
Nov 9 at 20:09
If the GlobalSection is messed up, I'd suggest deleting the whole GlobalSection and then "re-binding" the solution again.
– DaveShaw
Nov 9 at 20:18
If the GlobalSection is messed up, I'd suggest deleting the whole GlobalSection and then "re-binding" the solution again.
– DaveShaw
Nov 9 at 20:18
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53230356%2fazure-devops-attempt-to-remap-source-folder%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Check what's in the SLN and csproj files. There are some
Sccproperties in the csproj - make sure they are allSAK. In the SLN, check for any dodginess in theSccglobal section– DaveShaw
Nov 9 at 19:58
@DaveShaw, I updated with the GlobalSection do I need to change the SccLocalPath0?
– Jefferson
Nov 9 at 20:09
If the GlobalSection is messed up, I'd suggest deleting the whole GlobalSection and then "re-binding" the solution again.
– DaveShaw
Nov 9 at 20:18