If i use Async/Await in my code, must i install the CTP on each client machine or just on machine where i develop ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.