C# Compiler Errors

Showing 181 - 200 of 682 results
C# Compiler Error CS0542 – ‘user-defined type’ : member names cannot be the same as their enclosing type Reason for...
C# Error CS1038 – #endregion directive expected Reason for the Error & Solution #endregion directive expected A directive did not...
C# Compiler Error CS0188 – The ‘this’ object cannot be used before all of its fields are assigned to Reason...
C# Error CS1599 – The return type of a method, delegate, or function pointer cannot be ‘{0}’ Reason for the...
C# Error CS8161 – A static readonly field cannot be returned by writable reference Reason for the Error & Solution...
C# Error CS1020 – Overloadable binary operator expected Reason for the Error & Solution Overloadable binary operator expected An attempt...
C# Compiler Error CS0535 – ‘class’ does not implement interface member ‘member’ Reason for the Error You’ll get this error...
C# Error CS0811 – The fully qualified name for ‘{0}’ is too long for debug information. Compile without ‘/debug’ option....
C# Error CS0644 – ‘{0}’ cannot derive from special class ‘{1}’ Reason for the Error & Solution ‘class1’ cannot derive...
C# Compiler Error CS0568 – Structs cannot contain explicit parameterless constructors Reason for the Error You will get this error...
C# Error CS1520 – Method must have a return type Reason for the Error & Solution Method must have a...
C# Error CS0666 – ‘{0}’: new protected member declared in struct Reason for the Error & Solution ‘member’ : new...
C# Error CS1655 – Cannot use fields of ‘{0}’ as a ref or out value because it is a ‘{1}’...
C# Error CS2011 – Error opening response file ‘{0}’ Reason for the Error & Solution Unable to open response file...
C# Error CS1527 – Elements defined in a namespace cannot be explicitly declared as private, protected, protected internal, or private...
C# Error CS2035 – Command-line syntax error: Missing ‘:‘ for ‘{0}’ option Reason for the Error & Solution Command-line syntax...
C# Compiler Error CS0526 – Interfaces cannot contain instance constructors Reason for the Error You’ll get this error in your...
C# Error CS1507 – Cannot link resource files when building a module Reason for the Error & Solution Cannot link...
C# Compiler Error CS0121 – The call is ambiguous between the following methods or properties: ‘method1’ and ‘method2′ Reason for...