[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.interop

Deploying unmanaged dependencies with ClickOnce

John Hall

2/27/2007 2:29:00 PM

I have a C# application that relies on a mixed C++ DLL. The C++ DLL is also
linked to some native unmanaged DLLs plus has some native DLLs it can load
with LoadLibrary.

What is the best way to deploy these additional DLLs with ClickOnce? The
simplest way seems to be to just add the DLLs to the project, but this
simply makes a copy - I want to install the DLLs that have just been built
(and select debug or release appropriately).

Regards,
John