Showing 281 - 300 of 682 results
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...
C# Error CS1031 โ€“ Type expected Reason for the Error & Solution Type expected A type parameter is expected. Example...
C# Error CS1029 โ€“ #error: โ€˜{0}โ€™ Reason for the Error & Solution #error: โ€˜textโ€™ Displays the text of an error...

Categories

Archives