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 ?
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 ?