Page 1 of 1

CreateUserWizard CreateUserError Event Not Raised

Posted: Tue 30 Jan 2007 21:59
by bojiang
I am currently using the OraDirect.NET Professional Edition, version 3.55.18.0 on a web application.

I have a registration page on the site that uses the CreateUserWizard control. For the CreateUserWizard control, I’ve added a method that handles the CreateUserError event. However, when an error occurs (e.g. password length is not correct), the OracleMembershipProvider throws a generic ProviderException instead of a MembershipCreateUserException. As a result, the CreateUserError event isn't raised, and my handler method is not called.

I've tried this with the SqlMembershipProvider that comes with the .NET framework, and have no problem. Why does the CreateUserError event not occur when using OracleMembershipProvider?

Posted: Wed 31 Jan 2007 09:13
by Alexey
We cannot reproduce this problem. Please send me your test project.
Do not use third party components.