I have already spent two hours on this, Can't be able to create user, it threw exception.
I tried using strong password, it also failed.
Can anyone tell me why? thanks!
Thanks,
Joe
An error was encountered. Please return to the previous page and try again. The following message may help in diagnosing the problem:
Exception has been thrown by the target of an invocation. at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes,
RuntimeTypeHandle typeOwner) at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, SignatureStruct sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags
invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.Web.Administration.WebAdminMembershipProvider.CallWebAdminMembershipProviderHelperMethodOutParams(String
methodName, Object[] parameters, Type[] paramTypes) at System.Web.Administration.WebAdminMembershipProvider.CreateUser(String username, String password, String email, String passwordQuestion, String passwordAnswer, Boolean isApproved, Object providerUserKey,
MembershipCreateStatus& status) at System.Web.UI.WebControls.CreateUserWizard.AttemptCreateUser() at System.Web.UI.WebControls.CreateUserWizard.OnNextButtonClick(WizardNavigationEventArgs e) at System.Web.UI.WebControls.Wizard.OnBubbleEvent(Object source,
EventArgs e) at System.Web.UI.WebControls.CreateUserWizard.OnBubbleEvent(Object source, EventArgs e) at System.Web.UI.WebControls.Wizard.WizardChildTable.OnBubbleEvent(Object source, EventArgs args) at System.Web.UI.Control.RaiseBubbleEvent(Object source,
EventArgs args) at System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String
eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
Boolean includeStagesAfterAsyncPoint)
I am receiving the same exception with VS.Net 2005 Beta 2. Let me know if you figure it out. Maybe the admin tool that comes with the latest CTP would fix it?
Same here. Release version. Happened after I switched from Hashed method to Encypted method for password storage. I then deleted the one user and tried to add a new one with the changed setting.
Hey guys, do you have your stuff checked in to source safe. i had that same problem and I had my db checked into source safe [:$] and therefore locked. That might be the problem at least one of you is/was experiencing ;-)
If you are copying the project from another computer (downloaded), to solve the problem just delete ASPNETDB from App_data, and go to website--> ASP.NET Configuration and add a new user.
JosephliuNA
Member
40 Points
8 Posts
Create User exception at web admin tools
Aug 13, 2005 06:27 AM|LINK
I have already spent two hours on this, Can't be able to create user, it threw exception.
I tried using strong password, it also failed.
Can anyone tell me why? thanks!
Thanks,
Joe
An error was encountered. Please return to the previous page and try again.
The following message may help in diagnosing the problem: Exception has been thrown by the target of an invocation. at System.RuntimeMethodHandle._InvokeMethodFast(Object target, Object[] arguments, SignatureStruct& sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) at System.RuntimeMethodHandle.InvokeMethodFast(Object target, Object[] arguments, SignatureStruct sig, MethodAttributes methodAttributes, RuntimeTypeHandle typeOwner) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture, Boolean skipVisibilityChecks) at System.Reflection.RuntimeMethodInfo.Invoke(Object obj, BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at System.Web.Administration.WebAdminMembershipProvider.CallWebAdminMembershipProviderHelperMethodOutParams(String methodName, Object[] parameters, Type[] paramTypes) at System.Web.Administration.WebAdminMembershipProvider.CreateUser(String username, String password, String email, String passwordQuestion, String passwordAnswer, Boolean isApproved, Object providerUserKey, MembershipCreateStatus& status) at System.Web.UI.WebControls.CreateUserWizard.AttemptCreateUser() at System.Web.UI.WebControls.CreateUserWizard.OnNextButtonClick(WizardNavigationEventArgs e) at System.Web.UI.WebControls.Wizard.OnBubbleEvent(Object source, EventArgs e) at System.Web.UI.WebControls.CreateUserWizard.OnBubbleEvent(Object source, EventArgs e) at System.Web.UI.WebControls.Wizard.WizardChildTable.OnBubbleEvent(Object source, EventArgs args) at System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) at System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e) at System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) at System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
racingcow
Member
15 Points
6 Posts
Re: Create User exception at web admin tools
Aug 21, 2005 10:11 PM|LINK
I am receiving the same exception with VS.Net 2005 Beta 2. Let me know if you figure it out. Maybe the admin tool that comes with the latest CTP would fix it?
Thanks,
Dave
Junsan
Member
5 Points
1 Post
Re: Create User exception at web admin tools
Nov 10, 2005 04:29 PM|LINK
I am working in the final release and got the same problem. So its not a Beta problem.
catsclaw
Member
74 Points
18 Posts
Re: Create User exception at web admin tools
Jan 24, 2006 02:25 AM|LINK
DigitalMan
Member
445 Points
111 Posts
Re: Create User exception at web admin tools
Jan 27, 2006 06:33 PM|LINK
Shaquon
Member
5 Points
1 Post
Re: Create User exception at web admin tools
Feb 10, 2006 07:34 PM|LINK
mlotfi
Member
105 Points
21 Posts
Re: Create User exception at web admin tools
Feb 15, 2006 03:41 AM|LINK
phoenix_iv
Member
5 Points
1 Post
Re: Create User exception at web admin tools
Aug 18, 2006 10:40 PM|LINK
I had to add the <machineKey> element to my Web.config under <system.web>
Here there is a tool that can create the keys for you so you can just paste it in:
http://www.aspnetresources.com/tools/keycreator.aspx
Hope this was helpful
hudsonmendes
Member
5 Points
1 Post
Re: Create User exception at web admin tools
Nov 09, 2006 06:06 PM|LINK
Really helpfull! You are the guy! Thank you!
thaiduong28
Member
18 Points
8 Posts
Re: Create User exception at web admin tools
Dec 02, 2006 04:28 AM|LINK
in short...what reason....?
i have a problem the same but till don't resolve...