Bug #40871 | Cannot name the MySQLProfileProvider with a non-default name | ||
---|---|---|---|
Submitted: | 19 Nov 2008 22:24 | Modified: | 9 Dec 2008 16:34 |
Reporter: | Mauricio Morales | Email Updates: | |
Status: | Closed | Impact on me: | |
Category: | Connector / NET | Severity: | S3 (Non-critical) |
Version: | 5.2.5 | OS: | Windows (XP) |
Assigned to: | CPU Architecture: | Any |
[19 Nov 2008 22:24]
Mauricio Morales
[3 Dec 2008 20:35]
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/60547
[3 Dec 2008 20:35]
Reggie Burnett
Fixed in 5.2.6+
[9 Dec 2008 16:34]
Tony Bedford
An entry was added to the 5.2.6 changelog: When MySql.Web.Profile.MySQLProfileProvider was configured, it was not possible to assign a name other than the default name MySQLProfileProvider. If the name SCC_MySQLProfileProvider was assigned, an exception was generated when attempting to use Page.Context.Profile['custom prop']. The exception generated was: The profile default provider was not found. Note that the exception stated: 'the profile default provider...', even though a different name was explicitly requested.