how to remove language dependency in VS 2010?
Does this error caused by language dependencies in VS 2010? I can't compile a开发者_JAVA百科nd keeps generating this error.
Invalid option '3' for /langversion; must be ISO-1, ISO-2 or Default
I fixed the issue. I choose default and now it's all good:
Open the project's Properties page.
Click the Build property page.
Click the Advanced button.
Modify the Language Version property.
精彩评论