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
There is a library called AutoMapper which you can download. It helps you to define class mappings from one type to another.
Mapper.CreateMap(); Mapper.CreateMap();