I'm getting a ton of errors like this when attempting to build an empty VB.NET project:
'GenerateCodeAttribute' is ambiguous in the namespace 'System.CodeDom.Compiler'
Is this some problem with my .NET installation?
Thanks
I'm getting a ton of errors like this when attempting to build an empty VB.NET project:
'GenerateCodeAttribute' is ambiguous in the namespace 'System.CodeDom.Compiler'
Is this some problem with my .NET installation?
Thanks
Have you checked your references that you're not linked to multiple copies of core libs ?
If you've recently converted, this can happen.
Looks like this guy had the same issue: