G
Guest
I found several articles about GAC, but none of them can answer my question
(perhaps I am reading too fast ).
Suppose I have an application that is built against a shared assembly
version 1.0. That asembly is installed to GAC. Later a newer version of the
shared assembly is installed, say 1.1.
I want to know:
1. If the runtime will automatically select the newer version for the
application (not rebuilt).
2. Or do I need to rebuild it in order to use the newer version.
Thanks.
(perhaps I am reading too fast ).
Suppose I have an application that is built against a shared assembly
version 1.0. That asembly is installed to GAC. Later a newer version of the
shared assembly is installed, say 1.1.
I want to know:
1. If the runtime will automatically select the newer version for the
application (not rebuilt).
2. Or do I need to rebuild it in order to use the newer version.
Thanks.