How can I deploy an unmanaged DLL with a WPF click-once application?

后端 未结 1 1270
臣服心动
臣服心动 2021-01-02 19:43

I have a WPF click-once application that makes use of an unmanaged dll.

When debugging locally I have just copied the dll into the debug/bin folder.

How can

相关标签:
1条回答
  • 2021-01-02 20:27

    Rather than going through the whole "Add Resource" rigmarole - I just needed to "Add existing item" into the root folder of the project and then set "Content" and "Copy Always".

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