An error occurred when the vs2013 project was registered with source code management by source code management.

Source: Internet
Author: User

When using TFS, sometimes the project cannot be loaded, but it cannot be deleted after the project is added.

 

 

When compiling a project, a question-like error is prompted. use NotePad to open the. csproj file of the failed projects and delete the following lines.

<Sccprojectname> SVN </sccprojectname>
<Scclocalpath> SVN </scclocalpath>
<Sccauxpath> SVN </sccauxpath>
<Sccprovider> subversionscc </sccprovider>

If you do not delete it, you can change it to your new source code management engine. The TFs I use is changed to the following:

<Sccprojectname> SAK </sccprojectname>
<Scclocalpath> SAK </scclocalpath>
<Sccauxpath> SAK </sccauxpath>
<Sccprovider> SAK </sccprovider>

An error occurred when the vs2013 project was registered with source code management by source code management.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.