I
ionpopescu
My C# 2.0 application runs a batch job that involves generating
several Visio document.
I go through a loop that opens a Visio instance, drops a bunch of
shapes and saves the document. The problem is that it is really too
slow, so I was wondering if you could share some tips on speeding it
up. Is there any way to have Visio run "in the background", without
doing all the layout work as my app is dropping shapes on it? what's
the faster way to do this if all you care about are the visio documents
generated by the process and you want to minimze any other process that
might slow visio down?
several Visio document.
I go through a loop that opens a Visio instance, drops a bunch of
shapes and saves the document. The problem is that it is really too
slow, so I was wondering if you could share some tips on speeding it
up. Is there any way to have Visio run "in the background", without
doing all the layout work as my app is dropping shapes on it? what's
the faster way to do this if all you care about are the visio documents
generated by the process and you want to minimze any other process that
might slow visio down?