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.
我正在为我的大学编写一个 Windows 服务,并且我正在使用一个第三方库来帮助安排日程。如何将此 DLL 打包到我的服务中,以便只需要在服务器上部署和安装 .exe 文件?我不希望每次都将 DLL 复制到与 .exe 相同的目录中。谢谢!