Showing 61 - 80 of 682 results
C# Compiler Error CS0145 โ€“ A const field requires a value to be provided Reason for the Error When declaring...
C# Error CS0759 โ€“ No defining declaration found for implementing declaration of partial method โ€˜{0}โ€™ Reason for the Error &...
C# Compiler Error CS0513 โ€“ โ€˜functionโ€™ is abstract but it is contained in nonabstract class โ€˜classโ€™ Reason for the Error...
C# Error CS0711 โ€“ Static classes cannot contain destructors Reason for the Error & Solution Static classes cannot contain destructors...
C# Error CS0723 โ€“ Cannot declare a variable of static type โ€˜{0}โ€™ Reason for the Error & Solution Cannot declare...
C# Error CS0622 โ€“ Can only use array initializer expressions to assign to array types. Try using a new expression...
C# Error CS8152 โ€“ โ€˜{0}โ€™ does not implement interface member โ€˜{1}โ€™. โ€˜{2}โ€™ cannot implement โ€˜{1}โ€™ because it does not have...
C# Error CS1994 โ€“ The โ€˜asyncโ€™ modifier can only be used in methods that have a body. Reason for the...
C# Error CS0567 โ€“ Conversion, equality, or inequality operators declared in interfaces must be abstract or virtual Reason for the...
C# Error CS8400 โ€“ Feature โ€˜{0}โ€™ is not available in C# 8.0. Please use language version {1} or greater. Reason...
C# Error CS1555 โ€“ Could not find โ€˜{0}โ€™ specified for Main method Reason for the Error & Solution Could not...
C# Error CS8167 โ€“ Cannot return by reference a member of parameter โ€˜{0}โ€™ because it is not a ref or...
C# Error CS0653 โ€“ Cannot apply attribute class โ€˜{0}โ€™ because it is abstract Reason for the Error & Solution Cannot...
C# Error CS2016 โ€“ Code page โ€˜{0}โ€™ is invalid or not installed Reason for the Error & Solution Code page...
C# Error CS1525 โ€“ Invalid expression term โ€˜{0}โ€™ Reason for the Error & Solution Invalid expression term โ€˜characterโ€™ The compiler...
C# Compiler Error CS0243 โ€“ The Conditional attribute is not valid on โ€˜methodโ€™ because it is an override method Reason...
C# Error CS1628 โ€“ Cannot use ref, out, or in parameter โ€˜{0}โ€™ inside an anonymous method, lambda expression, query expression,...
C# Error CS1618 โ€“ Cannot create delegate with โ€˜{0}โ€™ because it or a method it overrides has a Conditional attribute...
C# Error CS0838 โ€“ An expression tree may not contain a multidimensional array initializer Reason for the Error & Solution...