tags:

views:

29

answers:

1

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

+1  A: 

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:

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

Cryogen
Checking... will accept if this works. Thanks.
cakeforcerberus