Showing 141 - 160 of 682 results
C# Compiler Error CS0107 โ€“ More than one protection modifier Reason for the Error In C#, you are allowed to...
C# Error CS8172 โ€“ Cannot initialize a by-reference variable with a value Reason for the Error & Solution Cannot initialize...
C# Error CS1686 โ€“ Local โ€˜{0}โ€™ or its members cannot have their address taken and be used inside an anonymous...
C# Error CS0764 โ€“ Both partial method declarations must be unsafe or neither may be unsafe Reason for the Error...
C# Error CS1918 โ€“ Members of property โ€˜{0}โ€™ of type โ€˜{1}โ€™ cannot be assigned with an object initializer because it...
C# Error CS4009 โ€“ A void or int returning entry point cannot be async Reason for the Error & Solution...
C# Error CS8163 โ€“ Fields of static readonly field โ€˜{0}โ€™ cannot be returned by writable reference Reason for the Error...
C# Error CS1910 โ€“ Argument of type โ€˜{0}โ€™ is not applicable for the DefaultParameterValue attribute Reason for the Error &...
C# Error CS0669 โ€“ A class with the ComImport attribute cannot have a user-defined constructor Reason for the Error &...
C# Compiler Error CS0262 โ€“ Partial declarations of โ€˜typeโ€™ have conflicting accessibility modifiers Reason for the Error Youโ€™ll get this...
C# Error CS0767 โ€“ Cannot inherit interface โ€˜{0}โ€™ with the specified type parameters because it causes method โ€˜{1}โ€™ to contain...
C# Error CS1040 โ€“ Preprocessor directives must appear as the first non-whitespace character on a line Reason for the Error...
C# Error CS0704 โ€“ Cannot do non-virtual member lookup in โ€˜{0}โ€™ because it is a type parameter Reason for the...
C# Compiler Error CS0246 โ€“ The type or namespace name โ€˜type/namespaceโ€™ could not be found (are you missing a using...
C# Compiler Error CS0514 โ€“ โ€˜constructorโ€™ : static constructor cannot have an explicit โ€˜thisโ€™ or โ€˜baseโ€™ constructor call Reason for...
C# Error CS0834 โ€“ A lambda expression with a statement body cannot be converted to an expression tree Reason for...
C# Error CS1662 โ€“ Cannot convert {0} to intended delegate type because some of the return types in the block...
C# Error CS0619 โ€“ โ€˜{0}โ€™ is obsolete: โ€˜{1}โ€™ Reason for the Error & Solution โ€˜memberโ€™ is obsolete: โ€˜textโ€™ A class...
C# Compiler Error Message Cannot convert type โ€˜type1โ€™ to โ€˜type2โ€™ via a reference conversion, boxing conversion, unboxing conversion, wrapping conversion,...
C# Error CS1950 โ€“ The best overloaded Add method โ€˜{0}โ€™ for the collection initializer has some invalid arguments Reason for...