Reputation: 111
Does this error caused by language dependencies in VS 2010? I can't compile and keeps generating this error.
Invalid option '3' for /langversion; must be ISO-1, ISO-2 or Default
Upvotes: 3
Views: 1347
Reputation: 111
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.
Upvotes: 4