Is it possible to have two parts (same namespace, same class name) to a partial class in separate DLLs?
The question is why would you want to make a partial class in another assembly? You can define abstract classes and interfaces across assemblies, maybe you need to look into that.