Showing 121 - 140 of 682 results
C# Compiler Error CS0126 โ€“ An object of a type convertible to โ€˜typeโ€™ is required Reason for the Error You...
C# Compiler Error CS0161 โ€“ โ€˜methodโ€™: not all code paths return a value Reason for the Error You will receive...
C# Compiler Error CS0206 โ€“ A property or indexer may not be passed as an out or ref parameter Reason...
C# Error CS0668 โ€“ Two indexers have different names; the IndexerName attribute must be used with the same name on...
C# Error CS8146 โ€“ Properties which return by reference must have a get accessor Reason for the Error & Solution...
C# Error CS1679 โ€“ Invalid extern alias for โ€˜/referenceโ€™; โ€˜{0}โ€™ is not a valid identifier Reason for the Error &...
C# Error CS0650 โ€“ Bad array declarator: To declare a managed array the rank specifier precedes the variableโ€™s identifier. To...
C# Compiler Error CS0508 โ€“ โ€˜Type 1โ€™: return type must be โ€˜Type 2โ€™ to match overridden member โ€˜Member Nameโ€™ Reason...
C# Error CS0610 โ€“ Field or property cannot be of type โ€˜{0}โ€™ Reason for the Error & Solution Field or...
C# Error CS1677 โ€“ Parameter {0} should not be declared with the โ€˜{1}โ€™ keyword Reason for the Error & Solution...
C# Error CS0683 โ€“ โ€˜{0}โ€™ explicit method implementation cannot implement โ€˜{1}โ€™ because it is an accessor Reason for the Error...
C# Compiler Error CS0075 โ€“ To cast a negative value, you must enclose the value in parentheses Reason for the...
C# Error CS0820 โ€“ Cannot initialize an implicitly-typed variable with an array initializer Reason for the Error & Solution Cannot...
C# Compiler Error CS0216 โ€“ The operator โ€˜operatorโ€™ requires a matching operator โ€˜missing_operatorโ€™ to also be defined Reason for the...
C# Error CS1508 โ€“ Resource identifier โ€˜{0}โ€™ has already been used in this assembly Reason for the Error & Solution...
C# Error CS1613 โ€“ The managed coclass wrapper class โ€˜{0}โ€™ for interface โ€˜{1}โ€™ cannot be found (are you missing an...
C# Error CS1624 โ€“ The body of โ€˜{0}โ€™ cannot be an iterator block because โ€˜{1}โ€™ is not an iterator interface...
C# Error CS1586 โ€“ Array creation must have array size or array initializer Reason for the Error & Solution Array...
C# Compiler Error CS0204 โ€“ Only 65534 locals, including those generated by the compiler, are allowed Reason for the Error...
C# Error CS1535 โ€“ Overloaded unary operator โ€˜{0}โ€™ takes one parameter Reason for the Error & Solution Overloaded unary operator...