I downloaded Async CTP and installed it on my development machine, which has both VS 2010 and VS 2012. The installation seemed to have completed successfully (no errors).
I created a brand new WinForms project (language: VB.NET), and decorated a Form_Load with Async.
Problem is that Async keyword is not recognized. Did anyone manage to make it work and how?
Doing the same in VS 2012, targeting .NET framework 4.5 works.
Note: I don't need any Silverlight, Windows Phone or even Web at this time.