C# Compiler Errors

Showing 221 - 240 of 682 results
C# Error CS1986 – ‘await’ requires that the type {0} have a suitable ‘GetAwaiter’ method Reason for the Error &...
C# Compiler Error CS0226 – An __arglist expression may only appear inside of a call or new expression. Reason for...
C# Error CS1018 – Keyword ‘this’ or ‘base’ expected Reason for the Error & Solution Keyword ‘this’ or ‘base’ expected...
C# Error CS0703 – Inconsistent accessibility: constraint type ‘{1}’ is less accessible than ‘{0}’ Reason for the Error & Solution...
C# Compiler Error CS0538 – ‘name’ in explicit interface declaration is not an interface Reason for the Error You’ll get...
C# Error CS1583 – Error reading Win32 resources — {0} Reason for the Error & Solution ‘file’ is not a...
C# Error CS8411 – Asynchronous foreach statement cannot operate on variables of type ‘{0}’ because ‘{0}’ does not contain a...
C# Compiler Error CS0118 – construct1_name’ is a ‘construct1’ but is used like a ‘construct2’ Reason for the Error You...
C# Compiler Error CS0540 – ‘interface member’ : containing type does not implement interface ‘interface’ Reason for the Error You’ll...
C# Compiler Error CS0165 – Use of unassigned local variable ‘name’ Reason for the Error You will receive this error...
C# Error CS0706 – Invalid constraint type. A type used as a constraint must be an interface, a non-sealed class...
C# Error CS0611 – Array elements cannot be of type ‘{0}’ Reason for the Error & Solution Array elements cannot...
C# Error CS1612 – Cannot modify the return value of ‘{0}’ because it is not a variable Reason for the...
C# Compiler Error CS0116 – A namespace cannot directly contain members such as fields or methods. Reason for the Error...
C# Error CS1642 – Fixed size buffer fields may only be members of structs Reason for the Error & Solution...
C# Error CS1551 – Indexers must have at least one parameter Reason for the Error & Solution Indexers must have...
C# Error CS0734 – The /moduleassemblyname option may only be specified when building a target type of ‘module’ Reason for...
C# Error CS8150 – By-value returns may only be used in methods that return by value Reason for the Error...
C# Error CS1511 – Keyword ‘base’ is not available in a static method Reason for the Error & Solution Keyword...
C# Error CS1593 – Delegate ‘{0}’ does not take {1} arguments Reason for the Error & Solution Delegate ‘del’ does...