Problem with saving a document programatically

L

Lee Newson

Hi,

I have a windows form application that programatically creates a timeline
from Project Data (XML).

I am using VB.Net and i am trying to programatically save the document.

The only 'thing' is that i am trying to save to a UNC (sharepoint folder).
I can programatically get the app to sasve the document to the local
harddrive but not to a network location (it opens from a network location
tho).

I have tried
ThisDocument.SaveAs("\\server\folder") and
ThisDocument.SaveAsEx("\\server\folder", visSaveAsRO)
but neither work.

Any ideas or suggestions?

Cheers

Lee
 
Top