In order to use one of the ServiceHost constructors that takes a service instance, the InstanceContextMode of the service must be set to InstanceContextMode.Single. This can be configured via the ServiceBehaviorAttribute. Otherwise, please consider using the ServiceHost constructors that take a Type argument.
In order to generate configuration information using the GenerateServiceEndpoint method, the ServiceContractGenerator instance ...
In order to match and load a runnable instance in the store, the requesting InstanceOwner must have specified a workflow ...
In order to prevent event log flooding, no further service activation failures due to InsufficientMemoryExceptions will be ...
In order to update the AssociationSet '{0}', the corresponding entity from EntitySet '{1}' must be available in the ObjectStateManager. ...
In order to use one of the ServiceHost constructors that takes a service instance, the InstanceContextMode of the service ...
In order to use Streams with the MessageContract programming model, the type {0} must have a single member with MessageBodyMember ...
In order to use the contract '{0}' with DuplexChannelFactory, the contract must specify a valid callback contract. If your ...
In order to use the contract '{0}' with DuplexChannelFactory, the contract must specify a valid callback contract. If your ...
In ParallelForEach, it is invalid to have a CompletionCondition property not equal to null but the Body property equals to ...