I have an asp.net dynamic data website .net 3.5 built on ado.net entity framework with mysql database.
Currently I have just one table in my entity model.
Everything is working fine on my local machine but when i uploaded on my server i got this error message: "More than one item in the metadata collection match the identity 'mtDBModelStoreContainer'"
How can i solve this problem?
Note that this error happen when i open the table "WebsiteAdmin/users/List.aspx"