Hello,
We have many projects using interop & related dll...all projects have individual dll reference with setup,but basically all of them use same dll .so that's many times creates problem if any dll register/Unregister while installation/Unistalling of setup.
We need to place dll at one location & all projects require to use dll reference from that location to avoid register/deregister problem.but wondering about how actual reference located in .net for dependencies.
& above approach can create problem if setup location changed or dll reference location changed.
how can we do that ?any better solution or workaround for that?
Thanks.