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
        [B]Dim oDocument As New DSOFile.OleDocumentPropertiesClass()[/B]
        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()

Help me with this Guys! ^^ thanks in advance..

Recommended Answers

All 2 Replies

>Help me with this..

If you run this COM component in 64 bit environment, you will get that error message.

>Help me with this..

If you run this COM component in 64 bit environment, you will get that error message.

I am running it only in 32 bit...? any suggestion to fix it?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.