G
Guest
In .Net suppose I have a core component (some Business rule) it's version is
1 And it's deployed in GAC
That component was used By two Application ( A and B) ...
Now I again change the core Component and now it's version is 2 and it' s
also deployed in GAC ...
So now two version of the core Component is there in GAC
Now Is there is Any way to tell the Application A alone should use Version 2
of the Component without compiling it again.
1 And it's deployed in GAC
That component was used By two Application ( A and B) ...
Now I again change the core Component and now it's version is 2 and it' s
also deployed in GAC ...
So now two version of the core Component is there in GAC
Now Is there is Any way to tell the Application A alone should use Version 2
of the Component without compiling it again.