简体   繁体   中英

Access to the path is denied when trying to build ASP.Net core VS2015 project

I have an ASP.NET Core RTM application that I copied and checked into TFS from Visual Studio.d. However when I do build it I get the following error

Failed to make the following project runnable: MyApplication (.NETFramework,Version=v4.5.2) reason: Access to the path 'C:\\Source\\MyApplication\\MyApplication\\b\\bin\\Debug\\net452\\win7-x64\\MyApplication.exe.config' is denied. Mars.Web C:\\Program Files (x86)\\MSBuild\\Microsoft\\VisualStudio\\v14.0\\DotNet\\Microsoft.DotNet.Common.Targets 262

What I have tried but isn't working

  • run Visual Studio 2015 as Administrator

  • Remove the readonly property or set permissions to all for the bin\\Debug\\net452\\win7-x64\\ directory

  • Deleting thr bin Directory

  • Restart Visual Studio and make sure I am connected to TFS

  • Run dotnet restore in my project root directory as mentioned in this answer

  • Delete obj and bin directory

我删除了我的app.config以及bin目录

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM