If I use the Registration form widget to create a new user I get the following exception:
Server Error in '/' Application.
No data provider decorator could be found for the provider 'Telerik.Sitefinity.Security.MembershipProviderWrapper'. The method 'GetManagerInfo(string managerType, string providerName)' has to be overridden and implemented.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: Telerik.Sitefinity.Data.Decorators.MissingDecoratorException: No data provider decorator could be found for the provider 'Telerik.Sitefinity.Security.MembershipProviderWrapper'. The method 'GetManagerInfo(string managerType, string providerName)' has to be overridden and implemented.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below. |
Stack Trace:
[MissingDecoratorException: No data provider decorator could be found for the provider 'Telerik.Sitefinity.Security.MembershipProviderWrapper'. The method 'GetManagerInfo(string managerType, string providerName)' has to be overridden and implemented.]
Telerik.Sitefinity.Data.DataProviderBase.GetManagerInfo(String managerType, String providerName) +111
Telerik.Sitefinity.Security.MembershipProviderWrapper.CreateUser(Guid id, String userName) +453
Telerik.Sitefinity.Security.Data.MembershipDataProvider.CreateUser(String username, String password, String email, String passwordQuestion, String passwordAnswer, Boolean isApproved, Object providerUserKey, MembershipCreateStatus& status) +305
Telerik.Sitefinity.Security.Web.UI.RegistrationForm.TryCreateUser(UserManager manager, User& user, MembershipCreateStatus& status) +305
Telerik.Sitefinity.Security.Web.UI.RegistrationForm.RegisterButton_Click(Object sender, EventArgs e) +539
System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +154
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +3691
|
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
This works fine is the provider is Default Telerik SF Provider