C# Compiler Errors

Showing 261 - 280 of 682 results
C# Error CS2008 – No source files specified. Reason for the Error & Solution No inputs specified The compiler was...
C# Error CS1510 – A ref or out value must be an assignable variable Reason for the Error & Solution...
C# Error CS0709 – ‘{1}’: cannot derive from static class ‘{0}’ Reason for the Error & Solution ‘derived class’: cannot...
C# Compiler Error CS0150 – A constant value is expected Reason for the Error You will receive this error in...
C# Error CS8166 – Cannot return a parameter by reference ‘{0}’ because it is not a ref parameter Reason for...
C# Error CS1512 – Keyword ‘base’ is not available in the current context Reason for the Error & Solution Keyword...
C# Error CS1952 – An expression tree lambda may not contain a method with variable arguments Reason for the Error...
C# Compiler Error CS0127 – Since ‘function’ returns void, a return keyword must not be followed by an object expression...
C# Error CS1043 – { or ; expected Reason for the Error & Solution { or ; expected A property...
C# Compiler Error CS0270 – Array size cannot be specified in a variable declaration (try initializing with a ‘new’ expression)...
C# Error CS1010 – Newline in constant Reason for the Error & Solution Newline in constant A was not properly...
C# Error CS0721 – ‘{0}’: static types cannot be used as parameters Reason for the Error & Solution ‘type’: static...
C# Error CS1663 – Fixed size buffer type must be one of the following: bool, byte, short, int, long, char,...
C# Error CS0695 – ‘{0}’ cannot implement both ‘{1}’ and ‘{2}’ because they may unify for some type parameter substitutions...
C# Error CS0744 – Expected contextual keyword ‘equals’ Reason for the Error & Solution Expected contextual keyword ‘equals’ The pattern...
C# Error CS1605 – Cannot use ‘{0}’ as a ref or out value because it is read-only Reason for the...
C# Compiler Error CS0433 – The type TypeName1 exists in both TypeName2 and TypeName3 Reason for the Error You’ll get...
C# Error CS0623 – Array initializers can only be used in a variable or field initializer. Try using a new...
C# Error CS1103 – The first parameter of an extension method cannot be of type ‘{0}’ Reason for the Error...
C# Error CS1007 – Property accessor already defined Reason for the Error & Solution Property accessor already defined When you...