hi,
I'm writing a number of assemblies and because of problems with circular dependencies I have to split related objects into seperate assemblies. In order to maintain good organisation in the code I create namespaces for the objects and I want to have objects in different assemblies belong to the same namespace but I'm having real problems here. Classes aren't found during build and namespaces aren't found during build even although I have added the correct references to the project. Is it possible to have the same namespace over a number of assemblies?
Thanks
Steve
I'm writing a number of assemblies and because of problems with circular dependencies I have to split related objects into seperate assemblies. In order to maintain good organisation in the code I create namespaces for the objects and I want to have objects in different assemblies belong to the same namespace but I'm having real problems here. Classes aren't found during build and namespaces aren't found during build even although I have added the correct references to the project. Is it possible to have the same namespace over a number of assemblies?
Thanks
Steve