954,551 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Image File attribute changer[keywords as tags]

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()
emompong
Newbie Poster
5 posts since Jan 2010
Reputation Points: 10
Solved Threads: 0
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: