I have two Databases but both databases have same schema.I have added their edmx files in different folders to separate namespaces but still I am getting this exception:
The mapping of CLR type to EDM type is ambiguous because multiple CLR types match the EDM type 'bettingoffer'. Previously found CLR type 'SpocosyPanel.Data.Tennis.bettingoffer', newly found CLR type 'SpocosyPanel.Data.Soccer.bettingoffer'.
My question is how can I use two edmx files which are apparently same but from different data sources