Showing 641 - 660 of 682 results
C# Error CS0574 โ€“ Name of destructor must match name of type Reason for the Error & Solution Name of...
C# Compiler Error CS0052 โ€“ Inconsistent accessibility: field type โ€˜typeโ€™ is less accessible than field โ€˜fieldโ€™ Reason for the Error...
C# Error CS1542 โ€“ โ€˜{0}โ€™ cannot be added to this assembly because it already is an assembly Reason for the...
C# Error CS1704 โ€“ An assembly with the same simple name โ€˜{0}โ€™ has already been imported. Try removing one of...
C# Error CS1940 โ€“ Multiple implementations of the query pattern were found for source type โ€˜{0}โ€™. Ambiguous call to โ€˜{1}โ€™....
C# Compiler Error CS0247 โ€“ Cannot use a negative size with stackalloc Reason for the Error The stackalloc expression in...
C# Compiler Error CS0230 โ€“ Type and identifier are both required in a foreach statement Reason for the Error You...
C# Error CS1678 โ€“ Parameter {0} is declared as type โ€˜{1}{2}โ€™ but should be โ€˜{3}{4}โ€™ Reason for the Error &...
C# Compiler Error CS0186 โ€“ Use of null is not valid in this context Reason for the Error You will...
C# Error CS0677 โ€“ โ€˜{0}โ€™: a volatile field cannot be of the type โ€˜{1}โ€™ Reason for the Error & Solution...
C# Compiler Error CS0100 โ€“ The parameter name โ€˜parameter nameโ€™ is a duplicate Reason for the Error You will receive...
C# Error CS1509 โ€“ The referenced file โ€˜{0}โ€™ is not an assembly Reason for the Error & Solution Referenced file...
C# Compiler Error CS0316 โ€“ The parameter name โ€˜nameโ€™ conflicts with an automatically-generated parameter name. Reason for the Error Youโ€™ll...
C# Error CS1564 โ€“ Conflicting options specified: Win32 resource file; Win32 manifest Reason for the Error & Solution Conflicting options...
C# Error CS1716 โ€“ Do not use โ€˜System.Runtime.CompilerServices.FixedBufferโ€™ attribute. Use the โ€˜fixedโ€™ field modifier instead. Reason for the Error &...
C# Compiler Error CS0525 โ€“ Interfaces cannot contain fields Reason for the Error Youโ€™ll get this error in your C#...
C# Error CS1667 โ€“ Attribute โ€˜{0}โ€™ is not valid on property or event accessors. It is only valid on โ€˜{1}โ€™...
C# Error CS1579 โ€“ foreach statement cannot operate on variables of type โ€˜{0}โ€™ because โ€˜{0}โ€™ does not contain a public...
C# Error CS1946 โ€“ An anonymous method expression cannot be converted to an expression tree Reason for the Error &...
C# Error CS1558 โ€“ โ€˜{0}โ€™ does not have a suitable static โ€˜Mainโ€™ method Reason for the Error & Solution โ€˜classโ€™...