Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
|
Malcon,
It still works as you can have the same BO name in two different namespaces. The issue is not as much the different assemblies, but namespaces. Make sure that your namespaces are correct as this would just be a standard .NET related issue as you cannot have to identically named classes occupy the same namespace unless they are partial to each other, in which this case they would not be.
I would be more than happy to look at this, but in these cases, if you could create a simple app that reproduces the scenario, then I can look at your configuration to see what the issue is. Sometimes screenshots and forum posts don't give us that "ah-hah" moment since it would something else in the mix.
Thanks!
|