Reference DLL file not copying to bin with deployment project, causing error

前端 未结 14 918
刺人心
刺人心 2020-12-04 09:23

We have several external DLL files being referenced in our Web Application Project. We have a deployment project for installing on the hosting servers. When we were using .N

14条回答
  •  忘掉有多难
    2020-12-04 09:55

    We can use the False to not to copy the referenced DLL files to the bin directory. This is useful when we are building applications in a separate TFS build server where we need to build the application and not to copy the DLL files to the bin directory.

提交回复
热议问题