Content Writing
Blogging
General
Analytics
How To
.NET
ASP.NET
Delphi
Excel
Outlook
Powerpoint
OutSystems
PowerShell
JavaScript
Windows
Courses
Jobs
UK Visa Sponsorship & PSW Jobs
India Freshers Jobs
Tutorials
C Programming
Java
Python
C#
SQL
HTML
PHP
SQL Server
Blog
Tools
What is My IP Address?
Password Generator
Tag:
C# Compiler Errors
C# Error CS1920 – Element initializer cannot be empty
C# Error CS1935 – Could not find an implementation of the query pattern for source type ‘{0}’. ‘{1}’ not found. Are you missing required assembly references or a using directive for ‘System.Linq’?
C# Error CS1621 – The yield statement cannot be used inside an anonymous method or lambda expression
C# Error CS0133 – The expression being assigned to ‘variable’ must be constant
C# Error CS0171 – Field ‘name’ must be fully assigned before control is returned to the caller
C# Error CS0617 – ‘{0}’ is not a valid named attribute argument. Named attribute arguments must be fields which are not readonly, static, or const, or read-write properties which are public and not static.
C# Error CS0641 – Attribute ‘{0}’ is only valid on classes derived from System.Attribute
C# Error CS0176 – Static member ‘member’ cannot be accessed with an instance reference; qualify it with a type name instead
C# Error CS0500 – ‘class member’ cannot declare a body because it is marked abstract
C# Error CS0821 – Implicitly-typed local variables cannot be fixed
C# Error CS1657 – Cannot use ‘{0}’ as a ref or out value because it is a ‘{1}’
C# Error CS1763 – ‘{0}’ is of type ‘{1}’. A default parameter value of a reference type other than string can only be initialized with null
C# Error CS8155 – Lambda expressions that return by reference cannot be converted to expression trees
C# Error CS8148 – ‘{0}’ must match by reference return of overridden member ‘{1}’
C# Error CS0572 – ‘{0}’: cannot reference a type through an expression; try ‘{1}’ instead
C# Error CS8812 – Cannot convert &method group ‘{0}’ to non-function pointer type ‘{1}’.
C# Error CS0570 – ‘{0}’ is not supported by the language
C# Compiler Error Codes CS0001 to CS0500
C# Error CS1035 – End-of-file found, ‘*/’ expected
C# Error CS0575 – Only class types can contain destructors
1
…
16
17
18
…
35