HomeCSharpPage 12

CSharp

Showing 221 - 240 of 961 results
C# Error CS1688 – Cannot convert anonymous method block without a parameter list to delegate type ‘{0}’ because it has...
C# Error CS1686 – Local ‘{0}’ or its members cannot have their address taken and be used inside an anonymous...
C# Error CS1681 – You cannot redefine the global extern alias Reason for the Error & Solution You cannot redefine...
C# Error CS1680 – Invalid reference alias option: ‘{0}=’ — missing filename Reason for the Error & Solution Invalid reference...
C# Error CS1679 – Invalid extern alias for ‘/reference’; ‘{0}’ is not a valid identifier Reason for the Error &...
C# Error CS1678 – Parameter {0} is declared as type ‘{1}{2}’ but should be ‘{3}{4}’ Reason for the Error &...
C# Error CS1677 – Parameter {0} should not be declared with the ‘{1}’ keyword Reason for the Error & Solution...
C# Error CS1676 – Parameter {0} must be declared with the ‘{1}’ keyword Reason for the Error & Solution Parameter...
C# Error CS1674 – ‘{0}’: type used in a using statement must be implicitly convertible to ‘System.IDisposable’. Reason for the...
C# Error CS1672 – Invalid option ‘{0}’ for /platform; must be anycpu, x86, Itanium, arm, arm64 or x64 Reason for...
C# Error CS1671 – A namespace declaration cannot have modifiers or attributes Reason for the Error & Solution A namespace...
C# Error CS1670 – params is not valid in this context Reason for the Error & Solution params is not...
C# Error CS1667 – Attribute ‘{0}’ is not valid on property or event accessors. It is only valid on ‘{1}’...
C# Error CS1666 – You cannot use fixed size buffers contained in unfixed expressions. Try using the fixed statement. Reason...
C# Error CS1665 – Fixed size buffers must have a length greater than zero Reason for the Error & Solution...
C# Error CS1664 – Fixed size buffer of length {0} and type ‘{1}’ is too big Reason for the Error...
C# Error CS1663 – Fixed size buffer type must be one of the following: bool, byte, short, int, long, char,...
C# Error CS1662 – Cannot convert {0} to intended delegate type because some of the return types in the block...
C# Error CS1661 – Cannot convert {0} to type ‘{1}’ because the parameter types do not match the delegate parameter...

Categories

Archives