Different assemblies containing the same namespaceshttp://forums.asp.net/t/382736.aspx/1?Different+assemblies+containing+the+same+namespacesMon, 03 Nov 2003 00:37:11 -0500382736382736http://forums.asp.net/p/382736/382736.aspx/1?Different+assemblies+containing+the+same+namespacesDifferent assemblies containing the same namespaces I have by mistake made two assemblies containing the same namespaces and classes. I expect that is the reason why I get a CS1595 The error message look like this: Error message about compilation function: CS1595: 'SH.Web.UserControls.BulletinBoardLists' is defined more places. The definition from 'c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\123\bc4ad883\c411f106\gw-ng0-l.dll' is used Kildefejl: Linje 27: Linje 28: [System.Runtime.CompilerServices.CompilerGlobalScopeAttribute()] Linje 29: public class BulletinBoardLists_ascx : SH.Web.UserControls.BulletinBoardLists { Linje 30: Linje 31: private static int __autoHandlers; Kildefil: c:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\Temporary ASP.NET Files\123\bc4ad883\c411f106\1ttmez_n.0.cs Linje: 29 How do I clean up because it is not enough just to errase the assemblies? 2003-11-02T11:59:52-05:00382968http://forums.asp.net/p/382736/382968.aspx/1?Re+Different+assemblies+containing+the+same+namespacesRe: Different assemblies containing the same namespaces You need find and clean up the duplicate definition in your page source. Yes, erasing assemblies won't help. They are just automatically created in page requesting Yugang ____________ This posting is provided "AS IS" with no warranties, and confers no rights. 2003-11-03T00:37:11-05:00