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.
我想将一个DLL文件从PC复制到vs.net的pocket pc 2003模拟器,所以我使用模拟器的共享文件夹,但在模拟器的文件列表中看不到dll文件。
请问怎么做?
将其添加到项目的主要输出中。
建议:如果您需要使用外部 DLL 与代码一起复制,请添加对 DLL 的引用,并在 Visual Studio 的属性窗格中确保将 Copy Local 设置为 True。这可能会完成你想要做的事情。