C
Curtis Tammany
Hello-
Can someone tell me if DSOFile.dll can be accessed within ASP.NET?
DSOFile.dll is registered and I have no problem using it in my .ASP scripts. I have tried the following:
Dim oFilePropReader As DSOleFile.PropertyReader
Dim oFileProperties As oFilePropReader.GetDocumentProperties("C:\MyDoc.doc")
Response.write ("<table>" & vbCRLF)
Response.write ("<tr><td><B>Title: </B></td><td>" & oFileProperties.Title & "</td></tr>" & vbCRLF)
..
..
Response.write ("</table>" & vbCRLF)
All I get is Type 'DSOleFile.PropertyReader' is not defined.
Also - Why isn't the functionality of DSOFile built into the System.IO class????
Thanks-
Curtis
Can someone tell me if DSOFile.dll can be accessed within ASP.NET?
DSOFile.dll is registered and I have no problem using it in my .ASP scripts. I have tried the following:
Dim oFilePropReader As DSOleFile.PropertyReader
Dim oFileProperties As oFilePropReader.GetDocumentProperties("C:\MyDoc.doc")
Response.write ("<table>" & vbCRLF)
Response.write ("<tr><td><B>Title: </B></td><td>" & oFileProperties.Title & "</td></tr>" & vbCRLF)
..
..
Response.write ("</table>" & vbCRLF)
All I get is Type 'DSOleFile.PropertyReader' is not defined.
Also - Why isn't the functionality of DSOFile built into the System.IO class????
Thanks-
Curtis