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