M
Markus Breugst
Hello,
we are developing a .NET-based application that interacts with Visio via the
Visio Object Model. Currently, we try to move from Visio 2002 to Visio 2003.
In order to support both versions, we want to save Visio 2003 drawings in
the 2002 format. For this purpose, we use the Settings object:
_visioApp.Settings.DefaultSaveFormat =
VisDefaultSaveFormats.visDefaultSavePreviousBinary;
Unfortunately, Visio seems to ignore this and still saves its drawings in
the 2003 format, although the dialog "Tools -> Options -> Save" shows that
the 2002 format has been set as default format.
If I save a drawing "manually" with the SaveAs menu item and selecting the
old file format, it works.
Am I missing anything?
We are using Visio Professional 2003 (11.3216.5606).
Thanks a lot for any help.
Best regards,
Markus
we are developing a .NET-based application that interacts with Visio via the
Visio Object Model. Currently, we try to move from Visio 2002 to Visio 2003.
In order to support both versions, we want to save Visio 2003 drawings in
the 2002 format. For this purpose, we use the Settings object:
_visioApp.Settings.DefaultSaveFormat =
VisDefaultSaveFormats.visDefaultSavePreviousBinary;
Unfortunately, Visio seems to ignore this and still saves its drawings in
the 2003 format, although the dialog "Tools -> Options -> Save" shows that
the 2002 format has been set as default format.
If I save a drawing "manually" with the SaveAs menu item and selecting the
old file format, it works.
Am I missing anything?
We are using Visio Professional 2003 (11.3216.5606).
Thanks a lot for any help.
Best regards,
Markus