C# Compiler Errors

Showing 601 - 620 of 682 results
C# Error CS1057 – ‘{0}’: static classes cannot contain protected members Reason for the Error & Solution ‘member’: static classes...
C# Error CS0692 – Duplicate type parameter ‘{0}’ Reason for the Error & Solution Duplicate type parameter ‘identifier’ The same...
C# Compiler Error CS0502 – ‘member’ cannot be both abstract and sealed Reason for the Error You’ll get this error...
C# Error CS0662 – Cannot specify the Out attribute on a ref parameter without also specifying the In attribute. Reason...
C# Error CS0735 – Invalid type specified as an argument for TypeForwardedTo attribute Reason for the Error & Solution Invalid...
C# Error CS2036 – The /pdb option requires that the /debug option also be used Reason for the Error &...
C# Error CS1565 – Conflicting options specified: Win32 resource file; Win32 icon Reason for the Error & Solution Conflicting options...
C# Compiler Error CS0180 – ‘member’ cannot be both extern and abstract. Reason for the Error You will receive this...
C# Compiler Error CS0573 – ‘field declaration’ : cannot have instance field initializers in structs Reason for the Error You...
C# Error CS0664 – Literal of type double cannot be implicitly converted to type ‘{1}’; use an ‘{0}’ suffix to...
C# Error CS0670 – Field cannot have void type Reason for the Error & Solution Field cannot have void type...
C# Error CS2024 – Invalid file section alignment ‘{0}’ Reason for the Error & Solution Invalid file section alignment number...
C# Error CS1689 – Attribute ‘{0}’ is only valid on methods or attribute classes Reason for the Error & Solution...
C# Error CS1639 – The managed coclass wrapper class signature ‘{0}’ for interface ‘{1}’ is not a valid class name...
C# Error CS1515 – ‘in’ expected Reason for the Error & Solution ‘in’ expected In a statement, the "in" part...
C# Error CS1022 – Type or namespace definition, or end-of-file expected Reason for the Error & Solution Type or namespace...
C# Compiler Error CS0123 – No overload for ‘method’ matches delegate ‘delegate’ Reason for the Error This C# error will...
C# Compiler Error CS0547 – ‘property’ : property or indexer cannot have void type Reason for the Error You will...
C# Compiler Error CS0504 – The constant ‘variable’ cannot be marked static Reason for the Error You’ll get this error...
C# Error CS1941 – The type of one of the expressions in the {0} clause is incorrect. Type inference failed...