Hello All,
I got the reason for the error, I have blocked the lines
connStr = config["connectionStri ng"];
base.Initialize (name, config);
in
System.Collecti ons.Specialized .NameValueColle ction config)
Thanks
Ceema
public override void Initialize(stri ng name, System.Collecti ons.Specialized .NameValueColle ction...
User Profile
Collapse
-
Balance code
...Code:public override MembershipUserCollection FindUsersByName(string usernameToMatch, int pageIndex, int pageSize, out int totalRecords) { throw new Exception("The method or operation is not implemented."); } public override MembershipUserCollection FindUsersByEmail(string usernameToMatch, int pageIndex, int pageSize, out int totalRecords) {Leave a comment:
-
Hello,
I have solved all those errors by changing the code as follows. But now I am getting the error like ( since the size of the post is restricted, I am avoiding some of the class file codes and posting as next reply)
Provider name cannot be null or empty.
Description: An unhandled exception occurred during the execution of the current web request....
Stack Trace:
[ArgumentExcepti on:...Leave a comment:
-
LoginControl VS 2005
Hello,
I have used Login Control for ASP.NEt with VS2005. I have followed the directions in the site
http://www.devx.com/asp/Article/29256
and converted the same for Oracle. It's working perfect in vb code behind. But the same I converted to C#
and it's showing erros like
1. OracleMembershi pProvider.Creat eUser(string, string, string, string, string, bool, object, ref System.Web.Secu rity.Membership CreateStatus)':...
No activity results to display
Show More
Leave a comment: