Questions tagged [communicationexception]

48 questions
0
votes
1 answer

WCF CommunicationException: understanding the root cause

I am writing an application that connects to the WCF service. When I receive CommunicationException on the client side I need to understand whether the problem is on the service side or due to the invalid client configuration.
Captain O.
  • 383
  • 1
  • 9
0
votes
1 answer

CommunicationException. WCF

I has a problem with WCF. The first application I wrote the example from the site this. It worked good. I need to make an application to transfer objects from the server list from the database. But when I get a list of the client, the following…
LuckSound
  • 986
  • 2
  • 12
  • 35
-1
votes
3 answers

LDAP communication error

I am using this below code to connect to the ldap and assigning roles to the users. IdentityStoreFactoryBuilder builder = new IdentityStoreFactoryBuilder(); IdentityStoreFactory oidFactory = null; IdentityStore…
1 2 3
4