Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG) AxInterop.FPSpreadADO.dll

0

when I initialize the component AxInterop.FPSpreadADO.dll

VB.NET Code:

CType(Me.spreeddatos, System.ComponentModel.ISupportInitialize).EndInit()

Exception appears:

   Data: {System.Collections.ListDictionaryInternal}
    ErrorCode: -2147221164
    HResult: -2147221164
    HelpLink: Nothing
    InnerException: Nothing
    Message: "Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG))"
    Source: "System.Windows.Forms"
vb.net
visual-studio
dll
farpoint-spread
asked on Stack Overflow Jan 9, 2018 by Slinker • edited Jan 9, 2018 by Slinker

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0