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?
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.
JRom
Member
365 Points
73 Posts
Different assemblies containing the same namespaces
Nov 02, 2003 11:59 AM|LINK
YugangW
Participant
1149 Points
227 Posts
Microsoft
Re: Different assemblies containing the same namespaces
Nov 03, 2003 12:37 AM|LINK