HomeCSharpPage 18

CSharp

Showing 341 - 360 of 961 results
C# Error CS1105 – Extension method must be static Reason for the Error & Solution Extension methods must be static....
C# Error CS1104 – A parameter array cannot be used with ‘this’ modifier on an extension method Reason for the...
C# Error CS1103 – The first parameter of an extension method cannot be of type ‘{0}’ Reason for the Error...
C# Error CS1100 – Method ‘{0}’ has a parameter modifier ‘this’ which is not on the first parameter Reason for...
C# Error CS1065 – Default values are not valid in this context. Reason for the Error & Solution Default values...
C# Error CS1063 – The best overloaded Add method ‘{0}’ for the collection initializer element is obsolete. {1} Reason for...
C# Error CS1059 – The operand of an increment or decrement operator must be a variable, property or indexer Reason...
C# Error CS1057 – ‘{0}’: static classes cannot contain protected members Reason for the Error & Solution ‘member’: static classes...
C# Error CS1056 – Unexpected character ‘{0}’ Reason for the Error & Solution Unexpected character ‘character’ The C# compiler encountered...
C# Error CS1055 – An add or remove accessor expected Reason for the Error & Solution An add or remove...
C# Error CS1044 – Cannot use more than one type in a for, using, fixed, or declaration statement Reason for...
C# Error CS1043 – { or ; expected Reason for the Error & Solution { or ; expected A property...
C# Error CS1041 – Identifier expected; ‘{1}’ is a keyword Reason for the Error & Solution Identifier expected, ‘keyword’ is...
C# Error CS1040 – Preprocessor directives must appear as the first non-whitespace character on a line Reason for the Error...
C# Error CS1039 – Unterminated string literal Reason for the Error & Solution Unterminated string literal The compiler detected an...
C# Error CS1038 – #endregion directive expected Reason for the Error & Solution #endregion directive expected A directive did not...
C# Error CS1037 – Overloadable operator expected Reason for the Error & Solution Overloadable operator expected When specifying a comment...
C# Error CS1035 – End-of-file found, ‘*/’ expected Reason for the Error & Solution End-of-file found, ‘*/’ expected An opening...
C# Error CS1032 – Cannot define/undefine preprocessor symbols after first token in file Reason for the Error & Solution Cannot...

Categories

Archives