Visual Studio not recognizing async keyword
-
mercredi 21 mars 2012 19:53
Hi,
My colleges have both Windows 7 and install Async CTP V3.
They have the right csc.exe file version but inside visual studio it does not recognize the async/await keywords.
When they try to compile the project is show the error message: Invalid token 'void' in class, struct, or interface member declaration
Thank you,
Ido.
Toutes les réponses
-
dimanche 25 mars 2012 17:44Propriétaire
If csc.exe has right version the installer upgraded .NET framework succesfully.
If VS2010 doesn't recognize the keywords, then either (1) the installer failed to update VS correctly, or (2) they have some third-party plugin like Resharper which doesn't recognize the keywords.
To check whether the installer updated VS correctly, please check the version of msvbide.exe from the instructions on this page http://blogs.msdn.com/b/lucian/archive/2011/11/01/async-ctp-v3-installation.aspx
If the installer didn't update VS correctly, I wrote some other hints here:
http://blogs.msdn.com/b/lucian/archive/2012/03/25/asyncctp-installation-problems-and-vs11.aspx- Proposé comme réponse Stephen Toub - MSFTMicrosoft Employee, Moderator dimanche 25 mars 2012 22:20
- Marqué comme réponse Stephen Toub - MSFTMicrosoft Employee, Moderator lundi 9 avril 2012 01:35
-
mercredi 4 avril 2012 18:07Are u have install vs2010 SP1? its required

