Bản thân tôi cũng đang gặp phải vấn đề tương tự. Tôi đang sử dụng trình kết nối Mysql 6.3.0.0 Cho đến nay tôi đã gặp các đề xuất sau khi tìm kiếm trên mạng:
1) Add "MySql.Data.dll" & "MySql.Web.dll" into your application "bin" folder.
2) Add reference to above to dlls in your application .
3) Add autogenerateschema="true" in your web.config file for required sections.
4) Check your Mysql connector version - make sure that the one that is in your bin folder is mentioned in your web.config file.
5) Check your connection string - make sure it is correct and connected successfully.
6) Check mysql membership related table structure.
7) Check schema version in "my_aspnet_schemaversion" table (e.g since you have upgraded to newer version I insist you should check this).
8) If the problem is on remote machine (e.g Production Server) you may wan to check this : http://www.reggieburnett.com/referencing-connectornet-on-a-remote-machine
Tôi chắc rằng bạn có thể xem qua danh sách này nhưng tôi muốn bạn kiểm tra phiên bản giản đồ trong bảng "my_aspnet_schemaversion" (ví dụ:so sánh giá trị trường "phiên bản" của bảng cục bộ và từ xa của bạn) kể từ khi bạn nâng cấp lên phiên bản mới hơn.
BTW:Tôi đã kiểm tra danh sách này cho sự cố của mình nhưng nó không giúp được gì. Tôi hy vọng nó có thể giúp ích được phần nào cho bạn.
Chỉnh sửa :Xin chào, Chúng tôi có thể sửa lỗi này bằng cách sau:
1) Deleted the tables for memberships in the db and had the mysql membership provider regenerate them
2) than set the Aministration.config file to trust the Mysql Membership Provider (e.g related to IIS admin)
Trân trọng,
Gaurav