访问路径'D:\ ASPNET MVC Samples \ bin \ roslyn \ csc.exe'被拒绝

时间:2017-06-18 07:59:58

标签: c# visual-studio

尝试在Visual Studio 2013上调试应用程序时抛出此错误。

这是Stack Trace。

  

[UnauthorizedAccessException:拒绝访问路径'D:\ Chart \ ASPNET CanvasJS图表样本\ ASPNET MVC Samples \ bin \ roslyn \ csc.exe'。      System.IO .__ Error.WinIOError(Int32 errorCode,String maybeFullPath)+11794361      System.IO.FileStream.Init(String path,FileMode mode,FileAccess access,Int32 rights,Boolean useRights,FileShare share,Int32 bufferSize,FileOptions options,SECURITY_ATTRIBUTES secAttrs,String msgPath,Boolean bFromProxy,Boolean useLongPath,Boolean checkHost)+1326      System.IO.FileStream..ctor(字符串路径,FileMode模式,FileAccess访问,FileShare共享)+65      System.IO.File.OpenRead(String path)+33

1 个答案:

答案 0 :(得分:1)

我随机遇到同样的问题,找到了解决问题的最简单方法:

  1. 右键单击解决方案并转到属性
  2. 将输出路径的值从bin \更改为bin1 \
  3. 现在构建,我希望它能工作 enter image description here