TFS 2012 Build “Access to Path Denied”

后端 未结 15 1959
星月不相逢
星月不相逢 2020-12-04 12:42

I’m using TFS 2012 Build and running into an error

Access to the path is denied

The solution being built contains about 15 proje

15条回答
  •  一向
    一向 (楼主)
    2020-12-04 13:22

    I also had same problem. I got error messages that related to cannot copy since access to path denied. In my case all my dll's and xml files and so on are place at D:\TFS\Example\Bin\Debug folder.

    I right clicked on Bin folder and clicked Properties and saw that Read-only check box is checked under Attributes.

    I un-checked Read only check box and cliked Apply and clicked OK on the new popup that is shown.

    I went back to Visual Studio and build my solution which was giving me error messages.

    Voilaa.. This time it build successfully without errors.

    I donot know whether this is perfect but I did this to solve my issue.

提交回复
热议问题