'SerializableAttribute' is ambiguous in the namespace 'System'.
HejJeg har lavet et site som virker fint når jeg kører på min lokale maskine, men når jeg smider det op på serveren så får jeg en:
escription: An error occurred during the compilation of a resource required to service this request. Please review the following specific error details and modify your source code appropriately.
Compiler Error Message: BC30560: 'SerializableAttribute' is ambiguous in the namespace 'System'.
Source Error:
Line 16: ''' Strongly-typed collection for the Banlist class.
Line 17: ''' </summary>
Line 18: <Serializable> _
Line 19: Public Partial Class BanlistCollection
Line 20: Inherits ActiveList(Of Banlist, BanlistCollection)
Source File: E:\websites\getconnected.dk\App_Code\DataAccess\Generated\Banlist.vb Line: 18
--------------------------------------------------------------------------------
Version Information: Microsoft .NET Framework Version:2.0.50727.3082; ASP.NET Version:2.0.50727.3082