If you interact directly with the merge service by invoking the QorusDocGen.svc or QorusSlideGen.svc API services you may receive the following error:
"The service '/QorusDocGen.svc' cannot be activated due to an exception during compilation. The exception message is: Could not find a base address that matches scheme net.tcp for the endpoint with binding NetTcpBinding."
To resolve this, you need to enable the net.tcp protocol for the service. This can be done in the following way:
Comments