Using DSOFile.dll Control access file properties from network drive

N

Nautilus

I am writing an application in ASP.Net which generates a
list of files from a shared network folder using
DirectoryInfo class and then I use the wonderful control,
<a href="http://support.microsoft.com/?
kbid=224351">DSOFile.dll</a>, provided by Microsoft to
gather the document properties like Author, Title etc and
show along with file list. I can generate the file list
from shared network folder but I am not able to read the
document properties from network folder. I provide the
filename to DSOFile control as
\\<machine>\<folder>\<file>. When I provide the local
machine drive(like E:\Folder\file), it works fine but with
network folder, I get the error: Exception from HRESULT:
0x80030002 (STG_E_FILENOTFOUND).
Can some please tell me how to resolve this issue?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top