Why doesn't ClickOnce in Visual Studio deploy content files from dependent assemblies?

后端 未结 5 1648
一个人的身影
一个人的身影 2020-11-30 08:58

I have a smart client application that is deployed via click once. The problem is that i have content files in dependent assemblies that just don\'t show up in the publishe

5条回答
  •  有刺的猬
    2020-11-30 09:28

    I assume this solution was based on: http://blogs.msdn.com/mwade/archive/2008/06/29/how-to-publish-files-which-are-not-in-the-project.aspx

    As per my recent comment on the post:

    At what point should we expect these to appear in the "Application Files" listings (if at all)?

    Or is safe to assume they'll end up in our deployed data files listing?

    In my case I'm hoping to use:

    False

    To include all content files from dependent assemblies that are within the "Resources" subfolder of the build directory.

    Andrew.

提交回复
热议问题