I'm having some problems deploying Interaction Workspace 8.1 with SIP Endpoint plugin on agent workstations.
It works when being accessed from a test server and from my own laptop, so there has to be something in the PC configuration causing a problem, but I don't know what that could be.
In all cases, I am logging on to the machine as a user with local admin rights (not that I should have to, but to prove no permissions problems). I am also logging on to IWS as the same agent and place number each time.
Also, I'm installing the application locally (not via ClickOnce deployment).
On the agent workstations I get the following errors:
[code]
12-05-23 08:50:38.314 [ 12] ERROR ndpointCommunication - Exception occurs while communicating with the Endpoint. Exception:
System.TypeLoadException: Could not load type 'System.Security.Authentication.ExtendedProtection.ChannelBinding' from assembly 'System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.
12-05-23 08:50:39.814 [ 9] ERROR ndpointCommunication - The SIP Endpoint application no longer respond. Try to start a new SIP Endpoint application. There was a CommunicationException leading to that situation:
System.ServiceModel.CommunicationObjectFaultedException: The communication object, System.ServiceModel.Channels.ServiceChannel, cannot be used for communication because it is in the Faulted state.
[/code]
Anyone have any ideas? I'm currently comparing the config of my laptop with the agent PCs. Same versions of .NET Framework installed etc so not sure what the problem is!