Visual Studio 2010 Publish Web feature not including all DLLs

后端 未结 13 2190
梦毁少年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 07:59

    If you go into the ExternalAssembly2 reference property list and change the "Copy Local" to "True" i think that might solve your issue.

提交回复
热议问题