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

前端 未结 14 865
刺人心
刺人心 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:45

    Adding the parameter

    /deployonbuild=false

    to the msbuild command line fixed the issue.

提交回复
热议问题