Visio Guy

Visio Discussions => Programming & Code => Topic started by: Memnok on December 27, 2019, 02:05:07 PM

Title: Developing with large documents?
Post by: Memnok on December 27, 2019, 02:05:07 PM
Hello, I'm currently working on a VSTO add-in that implements a ribbon with some buttons, in a fairly large document that takes about a minute to open.
I was wondering if there's a way to keep the application open while i debug so i don't have to spend half my day waiting for the document to open every time i need to change a line of code.
I'm working with C#.
Title: Re: Developing with large documents?
Post by: Paul Herber on December 27, 2019, 02:25:28 PM
If your addin is loaded either directly by Visio at startup or by the document then any changes made to the addin will only be seen by Visio when it is reloaded, i.e. restarting Visio.