Search code examples
c#visual-studioasynchronousasync-ctp

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 ?


Solution

  • 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.