When vs.net VSS is compiled, the following error occurs: access to the path from the command line is denied due to writing to file pai.csproj.filelistabsolute.txt.

Source: Internet
Author: User

Some time ago, because a project on VSS was intended for development and use by two companies, the requirements of the two companies were different.

Copy the project to another directory on VSS, and an error is returned when the project is compiled on another computer:

The access to the path to which the command line is written to file pai.csproj.filelistabsolute.txt is denied...

The file .csproj.filelistabsolute.txt is read-only.

Then compare the two projects on VSS, and find that the following projects have two more directories on VSS:

BIN and OBJ

Understand the cause. during replication, the two generated directories are also checked in to VSS, causing others to retrieve the two directories when taking out the project, all are set to read-only by default.

Find the cause and solve the problem. On VSS, delete the bin and OBJ directories of the project, and then retrieve the project again. The compilation is successful.

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.