Share via


HResults.DTS_W_COULDNOTFINDCURRENTVERSION Campo

Definición

No se encuentra el valor "%1" para el componente %2. No se encuentra el valor CurrentVersion del componente. Este error se produce si el componente no ha establecido la información del Registro de forma que contenga un valor CurrentVersion en la sección DTSInfo. Este mensaje aparece durante el desarrollo de componentes o cuando se utiliza el componente en un paquete, si el componente no se ha registrado correctamente.

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

Valor de campo

Value = -2147188706

Se aplica a