I get an error when I try to build a project that has been converted from Microsoft Visual C# 2010 Express to VB.NET.
The error I get is :Error BC2014: the value '3' is invalid for option 'langversion'
I have tried changing the langversion in the C# project (VS) to each of the choices (default, ISO-1, ISO-2, C# 3.0) and then convert, but
each time I get some sort of an error (the above error is generated using C# 3.0). The langversion field does not exist in the project properties of a VB.NET project as it does in a C# project. When I click on error iusing VS to see the cause of the error (SharpDevelop does not seem to give me that option), VS states the file causing the issue has been deleted.
How can I overcome this error?
Thanks,
ConieFL