Visual Studio 11 Beta currently incompatible with AsyncCtpLibrary*.dll
The C# and Visual Basic compilers implement support for async/await by generating code that utilizes some specific types in the underlying framework. These types include the “awaiters” used to await things (like Tasks) as well as the “builders” used in handling the lifetime of an async method’s invocation. With t...