VSConstants.VS_E_INCOMPATIBLEPROJECT Field

Definition

VS Specific error HRESULT for a project not supported by current edition of the product.

public: int VS_E_INCOMPATIBLEPROJECT = -2147213309;
int VS_E_INCOMPATIBLEPROJECT = -2147213309;
public const int VS_E_INCOMPATIBLEPROJECT = -2147213309;
val mutable VS_E_INCOMPATIBLEPROJECT : int
Public Const VS_E_INCOMPATIBLEPROJECT As Integer  = -2147213309

Field Value

Value = -2147213309

Applies to