[Mono-aspnet-list] ProviderException from SqliteMembershipProvider
XTRMan1
xtr.xtrnet at gmail.com
Sat Mar 6 16:31:55 EST 2010
I am getting this error when I try to programmatically create a user. I have
followed the instructions at
http://www.mono-project.com/FAQ:_ASP.NET#Common_Problems
http://www.mono-project.com/FAQ:_ASP.NET#Common_Problems to setup the
database and It allows me to programmatically create roles.
Connection String:
Error:
Operation aborted due to an exception (see Trace for details). See
http://www.mono-project.com/FAQ:_ASP.NET#Common_Problems for additional
suggestions.
Description: HTTP 500. Error processing request.
Stack Trace:
System.Configuration.Provider.ProviderException: Operation aborted due to an
exception (see Trace for details). See
http://www.mono-project.com/FAQ:_ASP.NET#Common_Problems for additional
suggestions.
at System.Web.Security.SqliteMembershipProvider.CreateUser (System.String
username, System.String password, System.String email, System.String
passwordQuestion, System.String passwordAnswer, Boolean isApproved,
System.Object providerUserKey,
System.Web.Security.MembershipCreateStatus& status) [0x0022b] in
/home/ise/svn-packages/mono/trunk/src/mono-2.6.1/mcs/class/System.Web/System.Web.Security/SqliteMembershipProvider.cs:431
at System.Web.Security.Membership.CreateUser (System.String username,
System.String password, System.String email, System.String pwdQuestion,
System.String pwdAnswer, Boolean isApproved,
System.Web.Security.MembershipCreateStatus& status) [0x00000] in
/home/ise/svn-packages/mono/trunk/src/mono-2.6.1/mcs/class/System.Web/System.Web.Security/Membership.cs:141
at System.Web.Security.Membership.CreateUser (System.String username,
System.String password, System.String email) [0x00000] in
/home/ise/svn-packages/mono/trunk/src/mono-2.6.1/mcs/class/System.Web/System.Web.Security/Membership.cs:132
at System.Web.Security.Membership.CreateUser (System.String username,
System.String password) [0x00000] in
/home/ise/svn-packages/mono/trunk/src/mono-2.6.1/mcs/class/System.Web/System.Web.Security/Membership.cs:126
at XTRNET.Global.Application_Start (System.Object sender, System.EventArgs
e) [0x00000] in /media/SECRET/XTRNET/Global.asax.cs:18
at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke
(object,object[],System.Exception&)
at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags
invokeAttr, System.Reflection.Binder binder, System.Object[] parameters,
System.Globalization.CultureInfo culture) [0x000ca] in
/home/ise/svn-packages/mono/trunk/src/mono-2.6.1/mcs/class/corlib/System.Reflection/MonoMethod.cs:209
--
View this message in context: http://n4.nabble.com/ProviderException-from-SqliteMembershipProvider-tp1583108p1583108.html
Sent from the Mono - ASP.NET mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20100306/990b1b5c/attachment.html
More information about the Mono-aspnet-list
mailing list