开发者

Visual Studio Async CTP must be installed on client machines ?

If i use Async/Await in my code, must i install the CTP on each client machine开发者_运维问答 or just on machine where i develop ?


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.


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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜