简体   繁体   中英

how should i organize dll libraries in vb.net

i am try to develop a small application. Now should i organize my 3rd party dll libraries so that when i publish the project and than install that application on another computer all the libraries should move with installer...

That's what the bin folder is for. Just an FYI though, I've noticed DLLs not ending up there before and I'm like what did I do wrong?

  1. Expand References in the Solution Explorer
  2. Right-Click on your DLL and select properties
  3. Make sure it says "Copy Local", I had one that wasn't showing up and it said false.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM