D
DataDay
I'm creating a VS 2005 add-in for Word, Excel and PowerPoint coded in C#.
This is going to be one dll for three applications. I am concerned about the
speed of the host applications. Would the Host applications run faster if I
create three separate add-ins with similar functions or one add-in that
encompasses all three. My thought is that the combined add-in will be a
larger file and take longer to load.
Any thoughts or experience with this.
Thanks
This is going to be one dll for three applications. I am concerned about the
speed of the host applications. Would the Host applications run faster if I
create three separate add-ins with similar functions or one add-in that
encompasses all three. My thought is that the combined add-in will be a
larger file and take longer to load.
Any thoughts or experience with this.
Thanks