C# Compiler Errors

Showing 561 - 580 of 682 results
C# Compiler Error CS0274 – Cannot specify accessibility modifiers for both accessors of the property or indexer ‘property/indexer’ Reason for...
C# Compiler Error CS0225 – The params parameter must be a single dimensional array Reason for the Error The params...
C# Compiler Error CS0577 – The Conditional attribute is not valid on ‘function’ because it is a constructor, destructor, operator,...
C# Error CS8173 – The expression must be of type ‘{0}’ because it is being assigned by reference Reason for...
C# Compiler Error CS0073 – An add or remove accessor must have a body Reason for the Error You will...
C# Error CS2006 – Command-line syntax error: Missing ‘{0}’ for ‘{1}’ option Reason for the Error & Solution Command-line syntax...
C# Error CS0596 – The Guid attribute must be specified with the ComImport attribute Reason for the Error & Solution...
C# Error CS0689 – Cannot derive from ‘{0}’ because it is a type parameter Reason for the Error & Solution...
C# Error CS1109 – Extension methods must be defined in a top level static class; {0} is a nested class...
C# Compiler Error CS0507 – ‘function1’ : cannot change access modifiers when overriding ‘access’ inherited member ‘function2’ Reason for the...
C# Error CS1623 – Iterators cannot have ref, in or out parameters Reason for the Error & Solution Iterators cannot...
C# Error CS0710 – Static classes cannot have instance constructors Reason for the Error & Solution Static classes cannot have...
C# Error CS1615 – Argument {0} may not be passed with the ‘{1}’ keyword Reason for the Error & Solution...
C# Compiler Error CS0528 – ‘interface’ is already listed in interface list Reason for the Error You’ll get this error...
C# Compiler Error CS0250 – Do not directly call your base class Finalize method. It is called automatically from your...
C# Error CS0716 – Cannot convert to static type ‘{0}’ Reason for the Error & Solution Cannot convert to static...
C# Compiler Error CS0234 – The type or namespace name ‘name’ does not exist in the namespace ‘namespace’ (are you...
C# Compiler Error CS0273 – The accessibility modifier of the ‘property_accessor’ accessor must be more restrictive than the property or...
C# Compiler Error CS0582 – The ConditionalAttribute is not valid on an interface member Reason for the Error You will...
C# Error CS1044 – Cannot use more than one type in a for, using, fixed, or declaration statement Reason for...