Showing 601 - 620 of 682 results
C# Error CS1057 โ€“ โ€˜{0}โ€™: static classes cannot contain protected members Reason for the Error & Solution โ€˜memberโ€™: static classes...
C# Error CS0692 โ€“ Duplicate type parameter โ€˜{0}โ€™ Reason for the Error & Solution Duplicate type parameter โ€˜identifierโ€™ The same...
C# Compiler Error CS0502 โ€“ โ€˜memberโ€™ cannot be both abstract and sealed Reason for the Error Youโ€™ll get this error...
C# Error CS0662 โ€“ Cannot specify the Out attribute on a ref parameter without also specifying the In attribute. Reason...
C# Error CS0735 โ€“ Invalid type specified as an argument for TypeForwardedTo attribute Reason for the Error & Solution Invalid...
C# Error CS2036 โ€“ The /pdb option requires that the /debug option also be used Reason for the Error &...
C# Error CS1565 โ€“ Conflicting options specified: Win32 resource file; Win32 icon Reason for the Error & Solution Conflicting options...
C# Compiler Error CS0180 โ€“ โ€˜memberโ€™ cannot be both extern and abstract. Reason for the Error You will receive this...
C# Compiler Error CS0573 โ€“ โ€˜field declarationโ€™ : cannot have instance field initializers in structs Reason for the Error You...
C# Error CS0664 โ€“ Literal of type double cannot be implicitly converted to type โ€˜{1}โ€™; use an โ€˜{0}โ€™ suffix to...
C# Error CS0670 โ€“ Field cannot have void type Reason for the Error & Solution Field cannot have void type...
C# Error CS2024 โ€“ Invalid file section alignment โ€˜{0}โ€™ Reason for the Error & Solution Invalid file section alignment number...
C# Error CS1689 โ€“ Attribute โ€˜{0}โ€™ is only valid on methods or attribute classes Reason for the Error & Solution...
C# Error CS1639 โ€“ The managed coclass wrapper class signature โ€˜{0}โ€™ for interface โ€˜{1}โ€™ is not a valid class name...
C# Error CS1515 โ€“ โ€˜inโ€™ expected Reason for the Error & Solution โ€˜inโ€™ expected In a statement, the "in" part...
C# Error CS1022 โ€“ Type or namespace definition, or end-of-file expected Reason for the Error & Solution Type or namespace...
C# Compiler Error CS0123 โ€“ No overload for โ€˜methodโ€™ matches delegate โ€˜delegateโ€™ Reason for the Error This C# error will...
C# Compiler Error CS0547 โ€“ โ€˜propertyโ€™ : property or indexer cannot have void type Reason for the Error You will...
C# Compiler Error CS0504 โ€“ The constant โ€˜variableโ€™ cannot be marked static Reason for the Error Youโ€™ll get this error...
C# Error CS1941 โ€“ The type of one of the expressions in the {0} clause is incorrect. Type inference failed...