In doing some research it is said that a singleton is bounded to the appdomain that created it.
But im experiencing and issue where my singleton is crossing appdomains. Now both my appDomains are created and load completly different assemblies in them and run their interface.
But they both inherit the another assembly which contains a singleton object.
So im just wondering that since both of these dlls...