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.
我正在创建一个 ASP.NET API,并且我正在从另一个项目中引用一些 .Net dll,这些 dll 需要在运行时读取 bin 文件。我尝试将这些文件包含在 bin 文件夹中,但没有成功。
我知道当项目启动时,它会将项目的内容复制到临时文件夹“C:\Users\Mokhtar\AppData\Local\Temp\Temporary ASP.NET Files”,但它没有复制文件。
有没有办法让这些 dll 看到 bin 文件?
如果您右键单击已添加到项目中的文件。将其设置为复制到输出目录。