在成员资格提供者方法中显示异常

在成员资格提供者方法中显示异常

本文介绍了在成员资格提供者方法中显示异常的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请帮助我找到问题的解决方法

MembershipUserCollection用户=新的MembershipUserCollection();


users = Membership.GetAllUsers();
它显示了这样的异常...

异常详细信息:System.InvalidCastException:指定的强制转换无效.


几个小时前一切正常,我能够从数据库中获取所有用户.....
我不知道发生了什么....
请帮助我解决这个问题....非常关键...

please help me in finding the solution of the problem

MembershipUserCollection users = new MembershipUserCollection();


users = Membership.GetAllUsers();
it shows the exception like this...

Exception Details: System.InvalidCastException: Specified cast is not valid.


it was working fine few hours ago and i was able to get all users from the database.....
i dont know what happened....
plz help me in this...very critical...

推荐答案


这篇关于在成员资格提供者方法中显示异常的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-22 15:46