J
John A. Bailo
I wrote two windows services that are slight variations on each other.
I changed the assembly name ( .exe ) and the namespace within each other.
Both have some static methods that share the same name.
I am seeing some evidence that there may be memory crossover -- where
one assembly is accesing resources defined in a same named method of the
other.
Is that possible? Are static members shared across namespaces?
I changed the assembly name ( .exe ) and the namespace within each other.
Both have some static methods that share the same name.
I am seeing some evidence that there may be memory crossover -- where
one assembly is accesing resources defined in a same named method of the
other.
Is that possible? Are static members shared across namespaces?