Unable to find an entry point named 'FreeCredentialsHandle' in DLL 'security.Dll'
-
I create web site in asp.net 3.5 with login credentials and one WCF service. I use forms authentication to authenticate user. All works tiptop when i works with database but when i call some method in WCF service i got an error Unable to find an entry point named 'FreeCredentialsHandle' in DLL 'security.Dll'. Does somebody know why this hapend?
-
I create web site in asp.net 3.5 with login credentials and one WCF service. I use forms authentication to authenticate user. All works tiptop when i works with database but when i call some method in WCF service i got an error Unable to find an entry point named 'FreeCredentialsHandle' in DLL 'security.Dll'. Does somebody know why this hapend?
Version Mismatch?
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis Levinson -
Version Mismatch?
Vasudevan Deepak Kumar Personal Homepage
Tech Gossips
A pessimist sees only the dark side of the clouds, and mopes; a philosopher sees both sides, and shrugs; an optimist doesn't see the clouds at all - he's walking on them. --Leonard Louis LevinsonCould you elaborate on that? When i use standard authentication everything work fine but when i use custom authentication and authorization i can not work with WCF service. I get error from title. Is there a difference between custom authentication and authorization in .net 2.0 and net 3.5?