Linguaggio

HResults.DTS_W_COULDNOTFINDCURRENTVERSION Campo

Definizione

Il valore "%1" per il componente %2 non può essere trovato. Il valore CurrentVersion per il componente non può essere localizzato. Questo errore si verifica se il componente non ha impostato le informazioni del registro per contenere un valore CurrentVersion nella sezione DTSInfo. Questo messaggio si verifica durante lo sviluppo del componente, o quando il componente viene utilizzato in un package, se il componente non è registrato correttamente.

public: int DTS_W_COULDNOTFINDCURRENTVERSION = -2147188706;
public const int DTS_W_COULDNOTFINDCURRENTVERSION = -2147188706;
val mutable DTS_W_COULDNOTFINDCURRENTVERSION : int
Public Const DTS_W_COULDNOTFINDCURRENTVERSION As Integer  = -2147188706

Valore del campo

Value = -2147188706

Si applica a