Speeding up Visio batch job

D

dopoto

My C# 2.0 application runs a batch job that involves generating several
Visio documents.
In my code, I go through a loop that opens a Visio instance, drops a bunch
of shapes in its document and saves it. 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 while
generating them?
 

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