Copying DLL Files to App Directory

  • Thread starter Thread starter Matt Tapia
  • Start date Start date
M

Matt Tapia

I want to include some DLL files in a setup project I have to install on my
PDA, but because they are DLL files I think they are not copying to my
application directory. Any suggestions on how to get the files there?
 
How do you know they're not copying to your app directory? The setup can
put files anywhere.

-Chris
 
Hi,

Did you try to include them in the project, mark them as "Content" ?
I have this setup and it does work great.


cheers,
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

DLL PInvoke not found 14
PocketPC Deployment Issues 4
TypeLoadException using own DLL 0
DLL 1
DLL Hell: How do I P/Invoke "own" DLL? 11
SetUp dll 0
Deploying PDA Application 4
Load unmanaged DLL in runtime 6

Back
Top