简体   繁体   English

我应该如何在vb.net中组织dll库

[英]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... 现在我应该组织我的第三方dll库,这样当我发布项目并在另一台计算机上安装该应用程序时,所有库都应该随安装程序移动...

That's what the bin folder is for. 这就是bin文件夹的用途。 Just an FYI though, I've noticed DLLs not ending up there before and I'm like what did I do wrong? 仅仅是一个FYI,我注意到DLL之前没有结束,我喜欢我做错了什么?

  1. Expand References in the Solution Explorer 在解决方案资源管理器中展开引用
  2. Right-Click on your DLL and select properties 右键单击您的DLL并选择属性
  3. Make sure it says "Copy Local", I had one that wasn't showing up and it said false. 确保它显示“复制本地”,我有一个没有出现,它说错了。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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