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.
如果我在我的代码中使用 Async/Await,我必须在每台客户端机器上安装 CTP 还是只在我开发的机器上安装?
即使我同意不建议在“生产”中使用 CTP 类型库,您也应该只需要在部署到客户端的 exe 中包含您在项目中引用的任何 dll。就像任何其他参考一样。
在我看来,在生产代码中使用这个 CTP 并不是一个好主意。但据我所知,这是编译器功能,因此您只需要在客户端 PC 上安装 .Net 4.0。
更新: 有一些特殊的 .NET Framework 4.0 更新,称为“.NET Framework Async CTP”。在客户端机器上可能需要它。