I've hit a strange issue (bug?) and couldn't find anything on it in the archives.
If I have a DLL and a Web Reference that share a root namespace, like this: DLL Namespace: MyCompany.MyDivision.MyClass Web Reference Name: MyCompany.MyDivision.WebReferenceName The DLL Namespace gets clobbered and I get compiler errors if I try to use MyClass. If I rename the web reference name to something else, like WebMyCompany.MyDivision.WebRefernceName, everything works fine. It seems strange to me that a web reference can cause issues with my DLL namespace. Can someone help me make sense of this? Don You can read messages from the DOTNET archive, unsubscribe from DOTNET, or subscribe to other DevelopMentor lists at http://discuss.develop.com.
