Problems with GetDetailsOf and SP2
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > IIS server support > IIS ASP > Problems with GetDetailsOf and SP2




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Problems with GetDetailsOf and SP2  
Russell Pacy


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-19-07 12:16 AM

Hi,

I wonder if anyone has any pointers with this one ... pre SP2 I was forced
to uninstall the KB908531 update, as it seemed to break GetDetailsOf ...
course now SP2 is out, this is no longer an option...

I used GetDetailsOf to read the extended properties of jpg and gif files to
allow people to tag them and display them in a gallery - this had the
advantage that people didn't have to keep 2 sources up-to-date and made it a
little easier for people to update their images without assitance.

To verify the problem, I used the following example code from Microsoft:


<%@ LANGUAGE="VBScript" %>

<%

Dim arrHeaders(35)
Set objShell = CreateObject("Shell.Application")
Set objFolder = objShell.Namespace("e:\gallery\test\thumbnail")

For i = 0 to 33
arrHeaders(i) = objFolder.GetDetailsOf(objFolder.Items, i)
Next

For Each strFileName in objFolder.Items
For i = 0 to 33
response.write i & vbtab & arrHeaders(i) _
& ": " & objFolder.GetDetailsOf(strFileName, i) & "<br>"
Next

response.write "<br><hr><br>"

Next


%>


Using the extended properties, I could set an author, subject and title on
the file, and read it using GetDetailsOf - post KB908531, GetDetailsOf only
returns the 1st 8 entries in the file - the extended properties are no
longer visable.

I gather that this update adds an executable called Verclsid.exe ... this
may be the culprit, but I'm at a loss how to fix it.

Any suggestions gratefully received...








[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 05:58 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register