Visual Studio 2010 Publish Web feature not including all DLLs

后端 未结 13 2191
梦毁少年i
梦毁少年i 2021-01-31 07:14

I have an ASP.NET MVC 2 application.

  • Web project contains a reference to SomeProject
  • SomeProject contains references to ExternalAssembly1 and ExternalAs
13条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-31 08:05

    Copy local did the trick. I had an issue that the Newtonsoft.Json assembly get included in the deploymeny package. Copy local was set to false.

提交回复
热议问题