Web Site Administration Tool - can't delete user

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
mr breaker
Posts: 20
Joined: Thu 31 Aug 2006 18:19

Web Site Administration Tool - can't delete user

Post by mr breaker » Fri 13 Oct 2006 16:30

Hi,

I am trying to delete a user within the VS Web Site Administration Tool but I get this error:

An error was encountered. Please return to the previous page and try again.

The following message may help in diagnosing the problem: Member 'ClassName' was not found. at System.Web.Administration.WebAdminPage.CallWebAdminHelperMethod(Boolean isMembership, String methodName, Object[] parameters, Type[] paramTypes) at ASP.security_users_manageusers_aspx.Yes_Click(Object sender, EventArgs e) at System.Web.UI.WebControls.Button.OnClick(EventArgs 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 using the latest version, 3.50.13.0. I know there used to be an issue with deleting roles. I created a new user, with no roles assigned. When I try to delete the user, I get the error above.


Has anyone else run into this?

mr breaker
Posts: 20
Joined: Thu 31 Aug 2006 18:19

Post by mr breaker » Fri 13 Oct 2006 16:32

And I also just noticed I get the same error when trying to DELETE a role.

I am able to remove a user from a role without a problem.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Fri 13 Oct 2006 16:44

Having looked at your stack trace i couldn't find any word about MySQLDirect. What makes you think that our product has anything to do with this error?
Please describe the steps you perform to get the error.

mr breaker
Posts: 20
Joined: Thu 31 Aug 2006 18:19

Post by mr breaker » Fri 13 Oct 2006 20:08

Sorry about that...I tried the delete through code and it gave me a more descriptive error there.

It looks like it was just a permissions issue.



Thanks.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Mon 16 Oct 2006 07:00

Have you resolved the problem?

mr breaker
Posts: 20
Joined: Thu 31 Aug 2006 18:19

Post by mr breaker » Mon 23 Oct 2006 18:42

Yes, it was just a permissions issue. No problem with the driver.


Thanks

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Tue 24 Oct 2006 16:24

OK. I see.

Post Reply