Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 dotnetzip - 我使用以下文件作为参考 - Ionic.Zip.dll
我现在让它指向我的 C: 驱动器中的一个位置。我通常使用 NuGet,所以不知道如何将 .dll 放在哪里,以便当它升级到生产时,它会从服务器运行。
右键单击解决方案资源管理器中的“参考”文件夹/节点,然后选择“添加参考”。它将弹出一个对话框,您可以选择浏览到 DLL 文件。
默认情况下,VS 会将 DLL 复制到项目的输出目录中。