Expand Minimize
This topic has not yet been rated - Rate this topic

Compiler Error CS0468 

Error Message

Ambiguity between type 'type1' and type 'type2'

This error is generated when there are two types in the assembly being compiled that have the same fully qualified name. This could occur if they are both in added modules or one is in an added module and one in source.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.