I am trying to right a program in Visual Basic .Net to create a new
Maptitude map and save it.  The map seems to be created fine, and
there are no problems when I add layers.  I cannot save the map.  I am
currently using the following code to try and save the map.

    arguments.Clear()
    arguments.Add("FirstMap")
    arguments.Add("C:\\Temp\\MapTest\\MyFirstMap.map")
    Gisdk.DoFunction("SaveMap", arguments.ToArray)

The error is;

   "CaliperForm.Connection.DoFunction("SaveMap" , ... ) threw an
exception. SaveMap returned an error. (1) The connection has been closed."

I tried using single backslashes, but that didn't change anything.  



------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/Maptitude/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/Maptitude/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to