I am a little confused about managing Assemblies.
I have one Class Library that is the core DLL being distibuted and is what a developer will browse via Object Browser.
I have a supporting Class Library DLL used by the core Class Library which I would prefer not to be Browsable by Object Browser since I don't want anyone using it but the core Class Library.
Any suggestions

Assembly Confusion