Visual Studio not recognizing async keyword
-
2012年3月21日 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.
全部回复
-
2012年3月25日 17:44所有者:
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- 已建议为答案 Stephen Toub - MSFTMicrosoft Employee, Moderator 2012年3月25日 22:20
- 已标记为答案 Stephen Toub - MSFTMicrosoft Employee, Moderator 2012年4月9日 1:35
-
2012年4月4日 18:07Are u have install vs2010 SP1? its required

