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.
我有一个带有类库中一些代码的 winforms 应用程序。winforms 应用程序引用类库及其 dll。如果我对类库进行更改,在 winforms 应用程序中更新 dll 的最有效方法是什么?
谢谢
为了简单起见:使用构建后事件将新的 DLL 复制到 windows 可执行文件夹。
另一种选择:使用项目引用而不是文件引用,您将由 Visual Studio 自动处理所有这些。