I have installed API for using new feature of C# 5 but some strange things happens.

i am able to use async keyword but VS 2010 tell me that "Can not find Task-Related types.Are u missing to a reference to AsynCtpLibrary.dll ?"

And also i see some errors on compile time like " compiler required member 'System.Runtime.CompilerServices.AsyncMethodBuilder.Create'"

Where is AsyncCtpLibrary.dll ? It fix my problem to add it to reference ?

link|improve this question

68% accept rate
feedback

1 Answer

up vote 19 down vote accepted

By default I think is in "C:\Users\@user@\Documents\Microsoft Visual Studio Async CTP\Samples" and yes, adding it will fix your problem.

link|improve this answer
13  
Microsoft didn't choose the best place to put the DLL's - the samples folder. – Bent Rasmussen May 24 '11 at 19:33
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.