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
 

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