HResults.DTS_E_NEGATIVEVERSION Field

Definition

MessageId: DTS_E_NEGATIVEVERSION MessageText: The version number cannot be negative. This error occurs when the VersionMajor, VersionMinor, or VersionBuild property of the package is set to a negative value.

public: int DTS_E_NEGATIVEVERSION = -1073651688;
public const int DTS_E_NEGATIVEVERSION = -1073651688;
val mutable DTS_E_NEGATIVEVERSION : int
Public Const DTS_E_NEGATIVEVERSION As Integer  = -1073651688

Field Value

Value = -1073651688

Applies to