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.
我从来没有真正想分享我以前制作的任何东西,但我有一个程序,我希望能够传递给几个人。
这究竟是如何工作的?是否可以只创建一个exe文件?
我在我的项目中使用了 2 个第三方库。这将如何影响事情?
可以提供 Release 目录的内容,但您必须记住将外部库的引用属性 Copy Local 设置为 true。如果您忘记给客户端所有库,您将收到运行时错误。更好的选择是使用例如ClickOnce。将来,当您更新应用程序时,它将是最佳选择。
这是来自 lynda.com 的快速教程。