Bug #34495 | MySQL MembershipProvider , RoleProvider, ProfileProvider | ||
---|---|---|---|
Submitted: | 12 Feb 2008 16:22 | Modified: | 1 Mar 2008 11:12 |
Reporter: | Max Win | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 5.2.0.0 | OS: | Any |
Assigned to: | CPU Architecture: | Any |
[12 Feb 2008 16:22]
Max Win
[12 Feb 2008 16:28]
Max Win
Provider sources and sql script
Attachment: MySqlProviders.zip (application/x-zip-compressed, text), 28.48 KiB.
[12 Feb 2008 16:48]
Max Win
At the end of the "using" statements block, within the ProfileProvider.cs file, the following 4 "usings" can be removed: //using System.Runtime.Serialization; //using System.Runtime.Serialization.Formatters.Binary; //using System.Xml.Serialization; //using System.ComponentModel; They are not relevant for this implementation.
[12 Feb 2008 22:21]
Max Win
Full working vs2008 solution demonstrating use of mysql providers
Attachment: MySqlProviderDemo.zip (application/x-zip-compressed, text), 35.31 KiB.
[12 Feb 2008 22:24]
Max Win
The above attachment includes INSTRUCTIONS.txt file. It represents a complete VS2008 solution, so easy to see everything working. It is probably the better one to use than the previously uploaded files, as I also resolved a couple of dependencies in the sources.
[13 Feb 2008 19:11]
Reggie Burnett
Thanks for your submission. We had already discovered and fixed these issues. We'll be releasing 5.2.1 as soon as we can check a few more things and package it up.
[13 Feb 2008 19:17]
Bugs System
A patch for this bug has been committed. After review, it may be pushed to the relevant source trees for release in the next version. You can access the patch from: http://lists.mysql.com/commits/42237
[13 Feb 2008 19:17]
Reggie Burnett
fixed in 5.2.1
[13 Feb 2008 20:33]
Reggie Burnett
Yes you are right. We did not discover the bugs until a bit later and my comments were obviously wrong. We strongly encourage cooperation with the community and highly value everyone's involvement. Again, sorry for the buggy first release and the misunderstanding.
[13 Feb 2008 20:38]
Max Win
It can happen. And thank you for the reply - it is appreciated. Regards, Max.
[1 Mar 2008 11:12]
MC Brown
A note has been added to the 5.2.1 changelog: A number issues were identified in the case, connection and scema areas of the code for MembershipProvider, RoleProvider, ProfileProvider.