J
Just D.
Hi All,
Here is a problem. Our company developed a huge solution in C# using couple
third-party assemblies provided by another company. These couple assemblies
can be updated from time to time and to keep the whole solution working we
need to replace these assemblies in our solution, refresh the references to
them in our project, recompile our solution and finally send the new version
to our clients. This approach is absolutely inconvenient keeping in mind
that these updates don't change the interface and theoretically we're not
version dependent as well.
Is there any simple way to disable this extra security and use any
third-party assembly with a predefined file name located in our project
folder without recompiling the whole solution? We don't need the build
control for these external assemblies assuming that the interface is
permanent and the only one thing that changes is the build number. There are
possible improvements and bug fixes inside these third-party assemblies, but
they can be considered as a black box with the permanent interface.
I guess I explained clearly. So what is the easiest solution?
Thanks,
Just D.
Here is a problem. Our company developed a huge solution in C# using couple
third-party assemblies provided by another company. These couple assemblies
can be updated from time to time and to keep the whole solution working we
need to replace these assemblies in our solution, refresh the references to
them in our project, recompile our solution and finally send the new version
to our clients. This approach is absolutely inconvenient keeping in mind
that these updates don't change the interface and theoretically we're not
version dependent as well.
Is there any simple way to disable this extra security and use any
third-party assembly with a predefined file name located in our project
folder without recompiling the whole solution? We don't need the build
control for these external assemblies assuming that the interface is
permanent and the only one thing that changes is the build number. There are
possible improvements and bug fixes inside these third-party assemblies, but
they can be considered as a black box with the permanent interface.
I guess I explained clearly. So what is the easiest solution?
Thanks,
Just D.