Deploying XBAP with win32 DLL

自作多情 提交于 2019-11-29 05:18:12

Can you try:

  1. Checking your project properties under the Publish > Application Files section and if your native dlls appear there, making sure they are set to include.

  2. Try including the dlls as content files in your project with copy to output directory set to Copy Always (I would think this may make them appear in the list of references mentioned in point 1, allowing you to set them to "Include").

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!