If i use Async/Await in my code, must i install the CTP on each client machine or just on machine where i develop ?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
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. |
|||||||||||||
|
|
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. |
|||
|
|
