Vs.net VSS, compilation error: Failed to file '. csproj. FileListAbsolute.txt access to the path to the command line was denied. _c# Tutorial

Source: Internet
Author: User
A few days ago, a project on VSS was being developed for 2 companies, and 2 companies had different requirements

Copy the project to another directory on VSS, and the result is an error when someone else's computer takes out and opens the project:

Failed to file ". csproj. FileListAbsolute.txt Write command line access to path denied ...

After investigation, found that the error of the file said:. Csproj.FileListAbsolute.txt, is read-only property

In contrast to these 2 projects on VSS, the following items were found to have 2 more directories on VSS:

Bin and obj

Understand why, at the time of replication, the 2 build directories are also checked in to VSS, causing others to take out the items, and the 2 directories are also taken out, and the default is all read-only properties.

Find out why, solve the problem is simple, on the VSS project bin and obj directory Delete, and then remove the project, compile successfully.

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.