Unable to copy file, Access to the path is denied

http://stackoverflow.com/questions/7130136/unable-to-copy-file-access-to-the-path-is-denied

MSB3061: Unable to delete file "bin\Debug\<<DLLName>>". Access to the path '<<ReferencePNE>>' is denied.

http://social.msdn.microsoft.com/Forums/vstudio/en-US/40ed753e-47af-4638-8a72-1d607102a05c/msb3061-unable-to-delete-file-bindebugdllname-access-to-the-path-referencepne-is?forum=msbuild

Open the project file:

<?xml version="1.0" encoding="utf-8"?>

<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

  <PropertyGroup>

    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>

    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>

    <ProductVersion>8.0.50727</ProductVersion>

    <SchemaVersion>2.0</SchemaVersion>

    <ProjectGuid>{0ACCB354-5358-4B4C-B9A8-5052716A1FE0}</ProjectGuid>

    <OutputType>WinExe</OutputType>

    <StartupObject>BidManager.GUI.My.MyApplication</StartupObject>

    <RootNamespace>BidManager.GUI</RootNamespace>

    <AssemblyName>BidManager.GUI</AssemblyName>

<GenerateResourceNeverLockTypeAssemblies>true</GenerateResourceNeverLockTypeAssemblies>

    <MyType>WindowsForms</MyType>

    <ApplicationIcon>Resources\Domus.ico</ApplicationIcon>

    <OptionStrict>On</OptionStrict>

  </PropertyGroup>

  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">

    <DebugSymbols>true</DebugSymbols>

    <DebugType>full</DebugType>

    <DefineDebug>true</DefineDebug>

    <DefineTrace>true</DefineTrace>

    <OutputPath>bin\Debug\</OutputPath>

    <DocumentationFile>BidManager.xml</DocumentationFile>

    <NoWarn>

    </NoWarn>

    <WarningsAsErrors>41999,42016,42017,42018,42019,42020,42021,42022,42032,42036</WarningsAsErrors>

  </PropertyGroup>

最新文章

  1. 关于addSubView需要注意的事项 -今天吃了一个大亏
  2. linux下的redis安装以及php添加redis扩展
  3. Android快速开发框架LoonAndroid (转)
  4. HDU 4276-The Ghost Blows Light(树状背包)
  5. SQL SERVER 与ACCESS、EXCEL的数据导入导出转换
  6. 11.编写一个Java程序,计算半径为3.0的圆周长和面积并输出结果。把圆周率π定义为常量,半径定义为变量,然后进行计算并输出结果。
  7. JS滚动条下拉事件
  8. XML 学习之保存节点
  9. window编程之win程序框架
  10. 区分 点操作符+属性名 和 getAttribute()
  11. 为mysql数据库建立索引
  12. Firefox扩展安装
  13. Nginx三部曲(3)SSL
  14. 【Gym - 101124A】The Baguette Master (数学,几何)
  15. 获取更新元素文本text()
  16. Linux第五章笔记
  17. .NET开源分布式日志框架ExceptionLess实战演练(公开版)
  18. 扩展的friend语法
  19. 一款优秀的OA办公系统有哪些功能?
  20. c# 封装的7zip压缩 (全源码,不含任何类库)

热门文章

  1. python+pycharm+django admin css样式出问题
  2. Flask-WTF的使用
  3. 如何设置输入IP地址就直接访问到某一个网站
  4. ingress安装配置
  5. 并不对劲的CF1194E:Count The Rectangles
  6. SpringBoot热启动让开发更便捷
  7. php.ini中allow_url_fopen和allow_url_include的设置
  8. C++性能榨汁机之虚函数的开销
  9. 1.DOS常用命令
  10. javaweb开发技术--监听器