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 CS1986 – ‘await’ requires that the type {0} have a suitable ‘GetAwaiter’ method
C# Error CS0226 – An __arglist expression may only appear inside of a call or new expression
C# Error CS1018 – Keyword ‘this’ or ‘base’ expected
C# Error CS0703 – Inconsistent accessibility: constraint type ‘{1}’ is less accessible than ‘{0}’
C# Error CS0538 – ‘name’ in explicit interface declaration is not an interface
C# Error CS1583 – Error reading Win32 resources — {0}
C# Error CS8411 – Asynchronous foreach statement cannot operate on variables of type ‘{0}’ because ‘{0}’ does not contain a suitable public instance or extension definition for ‘{1}’
C# Error CS0118 – construct1_name’ is a ‘construct1’ but is used like a ‘construct2’
C# Error CS0540 – ‘interface member’ : containing type does not implement interface ‘interface’
C# Error CS0165 – Use of unassigned local variable ‘name’
C# Error CS0706 – Invalid constraint type. A type used as a constraint must be an interface, a non-sealed class or a type parameter.
C# Error CS0611 – Array elements cannot be of type ‘{0}’
C# Error CS1612 – Cannot modify the return value of ‘{0}’ because it is not a variable
C# Error CS0116 – A namespace cannot directly contain members such as fields or methods
C# Error CS1642 – Fixed size buffer fields may only be members of structs
C# Error CS1551 – Indexers must have at least one parameter
C# Error CS0734 – The /moduleassemblyname option may only be specified when building a target type of ‘module’
C# Error CS8150 – By-value returns may only be used in methods that return by value
C# Error CS1511 – Keyword ‘base’ is not available in a static method
C# Error CS1593 – Delegate ‘{0}’ does not take {1} arguments
1
…
11
12
13
…
35