Install Async CTP Problem

I am trying to use Async CTP, while it seems to correctly install none of the updates (.NET Framework Async CTP, Microsoft Visual Studio Async CTP) appears in programs and functions. When you try to run any of the examples, asynchronous and pending keywords generate errors:

Cannot find the name or name of the async namespace (are you missing the using directive or assembly references?)

Cannot find name or namespace name 'await' (are you missing the using directive or assembly references?)

I am running version 10.0.30139.1RTMRel for Visual Studio.

Has anyone seen this before?

+3
source share
2 answers

-, , MVC 3 RC .NET Framework Async CTP .

MVC 3 RC, - ASP.NET, NuGet Visual Studio, .

Visual Studio * :

wmic product, name= "Microsoft ASP.NET MVC 3 - Visual Studio 2010 Tools"

wmic product, name= "Microsoft ASP.NET MVC 3 - VWD Express 2010 Tools"

wmic product, name= " - Microsoft ASP.NET"

wmic product, name= "- Microsoft ASP.NET - Visual Studio 2010"

wmic product, name= "- Microsoft ASP.NET - VWD Express 2010"

wmic-, name= "NuGet"

msiexec/package {BC0464FA-A0BA-3E38-85BF-DC5B3A401F48}/ {3069D446-63C5-38F4-9D28-41858024419C}

msiexec/package {85076DFF-7A17-3566-9CC0-488E6E6D4494}/ {3069D446-63C5-38F4-9D28-41858024419C}

, .NET Framework Async CTP.

0

Source: https://habr.com/ru/post/1787923/


All Articles