C# Compiler Errors

Showing 201 - 220 of 682 results
C# Compiler Error CS0191 – Property or indexer ‘name’ cannot be assigned to — it is read only Reason for...
C# Compiler Error CS0179 – ‘member’ cannot be extern and declare a body Reason for the Error You will receive...
C# Compiler Error CS0575 – Only class types can contain destructors Reason for the Error You will get this error...
C# Error CS1521 – Invalid base type Reason for the Error & Solution Invalid base type A class specification was...
C# Error CS1013 – Invalid number Reason for the Error & Solution Invalid number The compiler detected a malformed number....
C# Error CS1929 – ‘{0}’ does not contain a definition for ‘{1}’ and the best extension method overload ‘{2}’ requires...
C# Error CS1004 – Duplicate ‘{0}’ modifier Reason for the Error & Solution Duplicate ‘modifier’ modifier A duplicate modifier, such...
C# Error CS8515 – Parentheses are required around the switch governing expression. Reason for the Error & Solution Parentheses are...
C# Error CS0648 – ‘{0}’ is a type not supported by the language Reason for the Error & Solution ‘type’...
C# Error CS0592 – Attribute ‘{0}’ is not valid on this declaration type. It is only valid on ‘{1}’ declarations....
C# Error CS1945 – An expression tree may not contain an anonymous method expression Reason for the Error & Solution...
C# Error CS1719 – Error opening Win32 resource file ‘{0}’ — ‘{1}’ Reason for the Error & Solution Error reading...
C# Error CS0621 – ‘{0}’: virtual or abstract members cannot be private Reason for the Error & Solution ‘member’ :...
C# Compiler Error CS0255 – stackalloc may not be used in a catch or finally block Reason for the Error...
C# Error CS1936 – Could not find an implementation of the query pattern for source type ‘{0}’. ‘{1}’ not found....
C# Error CS1553 – Declaration is not valid; use ‘{0} operator (…’ instead Reason for the Error & Solution Declaration...
C# Error CS1011 – Empty character literal Reason for the Error & Solution Empty character literal A was declared and...
C# Error CS1524 – Expected catch or finally Reason for the Error & Solution Expected catch or finally A try...
C# Error CS0822 – Implicitly-typed variables cannot be constant Reason for the Error & Solution Implicitly typed locals cannot be...
C# Error CS1055 – An add or remove accessor expected Reason for the Error & Solution An add or remove...