Click here to Skip to main content
15,900,108 members

Comments by kenexcelon (Top 2 by date)

kenexcelon 9-Jan-14 8:52am View    
The exception is indeed thrown on that line. The duplicate record is the cause, but no exception is thrown otherwise after deleting the duplicate account. My issue is, how and why is it duplicating in the database to begin with? When I try to re-register my account, I get a message stating I cannot.

Thanks :)
kenexcelon 7-Jan-14 10:19am View    
Hi Tadit, thanks for your reply. We are showing a count and it's occuring from a call like this:

Membership.GetAllUsers().Count;

There are duplicae records in the aspnet users table, however, there shouldn't be duplicates in the first place. The 2nd reocrd was created .9 seconds after the first as best as I can tell.