I\'m walking through this tutorial on how to program asynchronously in c# and have come across an error I\'m not sure how to resolve. Here\'s the link: http://msdn.microsoft
Search for async in NuGet manager and install Microsoft Async to run async/await code in .net4
async
await