Click here to Skip to main content
15,887,027 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I am using a WCF service, WCF host and Windows application which tries to access the WCF service. I want the Windows application to get a message from the WCF service using the netTcpBinding.

The Windows application has a text box, button and a label to enter the message and to display the message.

When I use netTcpBinding I get the following error :
A call to SSPI failed, see inner exception.

Can anyone please why this message appears and how to resolve the error?

Thanks in advance,
SJ

What I have tried:

Please let me know if any more details are required?
Posted
Comments
Dave Kreskowiak 25-Jan-24 13:08pm    
Nobody can tell you what's going wrong because you didn't show the code that's throwing the error. Also, do exactly what the message says. What's in the InnerException property of the exception that you got?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900