Tahir Ansari

Tahir Ansari

  • 256
  • 7.5k
  • 162.6k

Retrieving the COM class factory for component with CLSID

Apr 20 2023 6:26 AM

Retrieving the COM class factory for component with CLSID {10020200-EB1C-11CF-AE6E-00AA004A34D5} failed due to the following error: 80040154 Class not registered (Exception from HRESULT: 0x80040154 (REGDB_E_CLASSNOTREG)).

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Line 13:     Protected Sub btnUpload_Click(sender As Object, e As System.EventArgs) Handles btnUpload.Click
Line 14:         Dim pkg As DTS.Package2
Line 15:         pkg = New DTS.Package
Line 16:         pkg.FailOnError = True


Answers (5)