Deploying XBAP with win32 DLL

前端 未结 1 1631
小蘑菇
小蘑菇 2020-12-17 07:03

My XBAP application uses two win32 dlls and as usual many .Net dlls. Since we add .net references to the project itself, that is not a problem, as they all get deployed auto

相关标签:
1条回答
  • 2020-12-17 07:11

    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").

    0 讨论(0)
提交回复
热议问题