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.
我想更改 wpf 项目所需的 Dll 库的位置,这确实是我所做的,但是在安装应用程序时,它给了我一个错误,即找不到某些组件并退出!
您可能希望将引用的 DLL 设为本地 - 意味着在构建它们时将它们复制到本地:只需在选择 DLL 后在属性工具箱中将“复制本地”属性设置为 true。