[Mono-aspnet-list] ProviderException from SqliteMembershipProvider

Daniel Nauck dna at mono-project.de
Sat Mar 6 18:51:09 EST 2010


Hello,

just enable tracing as described here:
http://dev.nauck-it.de/projects/aspsqlprovider/wiki/Debugging

And you'll see the real exception in the web trace output or in a log
file if the TextTraceListener is used.

Daniel

Am 06.03.2010 22:31, schrieb XTRMan1:
> 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 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: ProviderException from
> SqliteMembershipProvider
> <http://n4.nabble.com/ProviderException-from-SqliteMembershipProvider-tp1583108p1583108.html>
> Sent from the Mono - ASP.NET mailing list archive
> <http://n4.nabble.com/Mono-ASP-NET-f1539225.html> at Nabble.com.
>
>
> _______________________________________________
> Mono-aspnet-list mailing list
> Mono-aspnet-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-aspnet-list
>   
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-aspnet-list/attachments/20100307/4f258dbf/attachment.html 


More information about the Mono-aspnet-list mailing list