"... ambiguous in the namespace ..." when compiling VB.NET code

I get a ton of errors like this when trying to create an empty VB.NET project:

'GenerateCodeAttribute' is ambiguous in the namespace 'System.CodeDom.Compiler'

Is this some kind of problem with my .NET installation?

thanks

+4
source share
1 answer

Have you checked your links that you are not associated with multiple copies of the main libraries?

If you recently converted, this may happen.

Looks like this guy had the same problem:

http://vbcity.com/forums/t/161172.aspx

+6
source

All Articles