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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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