C# Compiler Errors

Showing 141 - 160 of 682 results
C# Error CS1737 – Optional parameters must appear after all required parameters Reason for the Error & Solution Optional parameters...
C# Error CS1736 – Default parameter value for ‘{0}’ must be a compile-time constant Reason for the Error & Solution...
C# Error CS1733 – Expected expression Reason for the Error & Solution Expected expression. This error is produced whenever the...
C# Error CS1730 – Assembly and module attributes must precede all other elements defined in a file except using clauses...
C# Error CS1729 – ‘{0}’ does not contain a constructor that takes {1} arguments Reason for the Error & Solution...
C# Error CS1728 – Cannot bind delegate to ‘{0}’ because it is a member of ‘System.Nullable‘ Reason for the Error...
C# Error CS1726 – Friend assembly reference ‘{0}’ is invalid. Strong-name signed assemblies must specify a public key in their...
C# Error CS1725 – Friend assembly reference ‘{0}’ is invalid. InternalsVisibleTo declarations cannot have a version, culture, public key token,...
C# Error CS1722 – Base class ‘{0}’ must come before any interfaces Reason for the Error & Solution Base class...
C# Error CS1721 – Class ‘{0}’ cannot have multiple base classes: ‘{1}’ and ‘{2}’ Reason for the Error & Solution...
C# Error CS1719 – Error opening Win32 resource file ‘{0}’ — ‘{1}’ Reason for the Error & Solution Error reading...
C# Error CS1716 – Do not use ‘System.Runtime.CompilerServices.FixedBuffer’ attribute. Use the ‘fixed’ field modifier instead. Reason for the Error &...
C# Error CS1715 – ‘{0}’: type must be ‘{2}’ to match overridden member ‘{1}’ Reason for the Error & Solution...
C# Error CS1708 – Fixed size buffers can only be accessed through locals or fields Reason for the Error &...
C# Error CS1705 – Assembly ‘{0}’ with identity ‘{1}’ uses ‘{2}’ which has a higher version than referenced assembly ‘{3}’...
C# Error CS1704 – An assembly with the same simple name ‘{0}’ has already been imported. Try removing one of...
C# Error CS1703 – Multiple assemblies with equivalent identity have been imported: ‘{0}’ and ‘{1}’. Remove one of the duplicate...
C# Error CS1689 – Attribute ‘{0}’ is only valid on methods or attribute classes Reason for the Error & Solution...
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...

Categories

Archives