Please any one can help me to fix this error?
Schema specified is not valid. Errors: The mapping of CLR type to EDM type is ambiguous because mult
Schema specified is not valid. Errors:
The mapping of CLR type to EDM type is ambiguous because mult
Another reason you might get this error: If you're loading custom assemblies with Assembly.LoadFile that have edmx files, that have already been loaded into memory. This creates duplicate classes that entity framework doesn't like.