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...