Dsofile with UNC path - ASP.NET

T

thomas.denolle

I have an exception when i try to open a file (which is located on a
shared directory) with dsofile :

oDSO = New DSOFile.OleDocumentPropertiesClass
oDSO.Open("\\developpement\Doc1.doc", False,
DSOFile.dsoFileOpenOptions.dsoOptionDefault)

-> Exception from HRESULT : 0x800300FC (STG_E_INVALIDNAME)

I have R/W permissions on the file (it works fine when i use
system.IO.file class).

any ideas ?
 
B

BE_Developer

Did you get an answer to/ figure out this problem? I am running into
the same thing.
 

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