My application uses two different SQL 2008 databases. The databases have a few tables with the same name, ie. Users
. I would like to use EF4 for both these data
Another reason for that error is what happened to me: My project was copied from somewhere else and I renamed the project, so after compiling there were 2 DLL's in my bin folder. The one from the previous project and a brand new one, named according to the new project. Once I deleted the previous/old DLL the namespace ambiguity disappeared and the error went away.