E
Eric
I've got a base class in an assembly, then I have a lot of other
assemblies that inherit from it.
Now I modified some of the private methods in the base class, and I want
to deploy the new base class.
Do I have to recompile all of the child class assemblies that inherit
from it, or will they work "as is" with the new base class (the public
aspects of the base class are the same)?
I know about GAC versioning, so I plan on keeping the same version
number in the base class, or I can use a binding redirect, or publisher
policy, etc. This question isn't about versioing, I'm just wondoring if
the child projects need to be recompiled.
Eric
assemblies that inherit from it.
Now I modified some of the private methods in the base class, and I want
to deploy the new base class.
Do I have to recompile all of the child class assemblies that inherit
from it, or will they work "as is" with the new base class (the public
aspects of the base class are the same)?
I know about GAC versioning, so I plan on keeping the same version
number in the base class, or I can use a binding redirect, or publisher
policy, etc. This question isn't about versioing, I'm just wondoring if
the child projects need to be recompiled.
Eric