VS2013 publish Web deployment task failed The file is in use

前端 未结 5 2071
北荒
北荒 2020-12-13 13:35

I am using VS2013 Premium to publish a site to Windows Server 2012. All files publish ok except these: SqlServerTypes\\x64\\msvcr100.dll

SqlServerTypes\\x64\\SqlSer

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-13 14:15

    I think what would be the easiest thing to do is to make these dll's as CopyLocal as true. I am assuming these dll's are pulled out from program files folder. Try marking them as copylocal true and do a deployment.Try to stop any IIS local process running in your local machine.

提交回复
热议问题