emompong 0 Newbie Poster

HI!

I am working with an image tagger system..

Im done reading the file's properties..

then when i go to code for keywords.. an error exist saying that Retrieving the COM class factory for component with CLSID {58968145-CF05-4341-995F-2EE093F6ABA3} failed due to the following error: 80040154.

I Already added the DSO file.dll and the class library Imports System.IO

an error exist in the BOld text below.

Dim oSummProps As DSOFile.SummaryProperties
        Dim strTmp As String = String.Empty
        Dim oDocument As New DSOFile.OleDocumentPropertiesClass()
        oDocument.Open("c:\BSabellaRabano10151929.jpg", False, DSOFile.dsoFileOpenOptions.dsoOptionUseMBCStringsForNewSets)

        oDocument.SummaryProperties.Title = txtTitle.Text
        oDocument.SummaryProperties.Comments = txtComments.Text()
        oDocument.SummaryProperties.Keywords = txtKeywords.Text
        oDocument.SummaryProperties.Subject = txtSubject.Text
        oDocument.Save()