Problem with saving a document programatically

From: Lee Newson (lee_newson_at_hotmail.com)
Date: 12/16/04

  • Next message: Lee Newson: "Automating Visio"
    Date: Thu, 16 Dec 2004 16:47:24 -0000
    
    

    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


  • Next message: Lee Newson: "Automating Visio"