Edit

Share via


ErrorCode.ServiceHost_ContractDiscoverError Field

Definition

Failed to find the service contract interface from the service assembly. Please ensure that the contract information provided in the service registration is valid (see HKLM\Microsoft\Hpc\ServiceRegistry<ServiceName>\AssemblyPath and Contract type).

public const int ServiceHost_ContractDiscoverError = -2147216989;
val mutable ServiceHost_ContractDiscoverError : int
Public Const ServiceHost_ContractDiscoverError As Integer  = -2147216989

Field Value

Value = -2147216989

Applies to