I'm trying to use the Async CTP, while it appears to install correctly neither of the updates (.NET Framework Async CTP, Microsoft Visual Studio Async CTP) appear in Programs and Features. When trying to run any of the samples the async and await keywords generate errors:
The type or namespace name 'async' could not be found (are you missing a using directive or an assembly reference?)
The type or namespace name 'await' could not be found (are you missing a using directive or an assembly reference?)
I'm running version 10.0.30139.1RTMRel of Visual Studio.
Anyone seen this before?