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…
i am try to develop a small application. Now should i organize my 3rd
Share
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?