Centralised/shared COM DLL, possible?
Posted
by vikp
on Stack Overflow
See other posts from Stack Overflow
or by vikp
Published on 2010-06-05T14:59:42Z
Indexed on
2010/06/05
15:02 UTC
Read the original article
Hit count: 330
Hi,
We have a system that makes a use of 3rd party COM DLL written in vba
We have a centralised web application and 1-50 client machines that must reference that COM DLL in order to use our centralised web application.
The COM DLL is going to be updated rapidly in the future, which means that it has to be re-installed on every machine manually.
Is it possible to centralise this COM DLL somwhere on the network? Is there any other alternatives? Otherwise the maintenance overhead will be huge...
Thank you
© Stack Overflow or respective owner