Edit

Share via


ErrorCode.ServiceHost_AssemblyLoadingError Field

Definition

Failed to load the service assembly. Please ensure that the security settings for the assembly are correct and that the service assembly information at HKLM\Microsoft\Hpc\ServiceRegistry<ServiceName>\AssemblyPath) is correct.

public const int ServiceHost_AssemblyLoadingError = -2147216990;
val mutable ServiceHost_AssemblyLoadingError : int
Public Const ServiceHost_AssemblyLoadingError As Integer  = -2147216990

Field Value

Value = -2147216990

Applies to