Lazy add-ins
VSTO add-ins some times irritates us by causing delay. No work around works for it and atleast a clue will not be available for us to work on that. It works fi...
VSTO add-ins some times irritates us by causing delay. No work around works for it and atleast a clue will not be available for us to work on that. It works fi...
Hi Just came across another work-around for slow loading of add-in. Add app.config file to your add-in and write the following code in it. <configuration>...
Hi all, This question pestered my mind for so many days. I have developed an add-in. It is working fine but taking much time to load. After studying all the iss...