Did you get an answer to/ figure out this problem? I am running into
the same thing.
thomas.denolle (AT) gmail (DOT) com wrote:
Quote:
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 ? |