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.



enter image description here



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









share|improve this question
























  • 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










  • 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















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.



enter image description here



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









share|improve this question
























  • 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










  • 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













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.



enter image description here



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









share|improve this question















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.



enter image description here



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






azure azure-devops






share|improve this question















share|improve this question













share|improve this question




share|improve this question








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 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










  • 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










  • @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

















active

oldest

votes











Your Answer






StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");

StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});














 

draft saved


draft discarded


















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






























active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes
















 

draft saved


draft discarded



















































 


draft saved


draft discarded














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





















































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







Popular posts from this blog

How to pass form data using jquery Ajax to insert data in database?

National Museum of Racing and Hall of Fame

Guess what letter conforming each word