Visual Studio Async CTP 必须安装在客户端计算机上吗?

发布于 2024-10-12 22:20:40 字数 61 浏览 2 评论 0原文

如果我在代码中使用 Async/Await,我必须在每台客户端计算机上还是仅在我开发的计算机上安装 CTP?

If i use Async/Await in my code, must i install the CTP on each client machine or just on machine where i develop ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

你是年少的欢喜 2024-10-19 22:20:41

尽管我同意不建议在“生产”中使用 CTP 类型库,但您应该只需要在部署到客户端的 exe 中包含您在项目中引用的任何 dll。就像任何其他参考一样。

Even though I agree that it is not recommended to use CTP type libraries in 'production', you should just have to included whatever dll(s) you referenced in your project with your exe that you deploy to your client. Just like any other reference.

2024-10-19 22:20:41

在我看来,在生产代码中使用此 CTP 不是一个好主意。但据我所知,这是编译器功能,因此您只需要在客户端 PC 上安装 .Net 4.0。

更新:
有一些特殊的 .NET Framework 4.0 更新,称为“.NET Framework Async CTP”。客户端计算机可能需要它。

In my opinion its not a good idea to use this CTP in production code. But as well as I know this is compiler feature, so you need only .Net 4.0 installed on client PC.

Update:
There is some special .NET Framework 4.0 update called “.NET Framework Async CTP”. It could be required at client machine.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文