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 CS0126 – An object of a type convertible to ‘type’ is required
C# Error CS0161 – ‘method’: not all code paths return a value
C# Error CS0206 – A property or indexer may not be passed as an out or ref parameter
C# Error CS0668 – Two indexers have different names; the IndexerName attribute must be used with the same name on every indexer within a type
C# Error CS8146 – Properties which return by reference must have a get accessor
C# Error CS1679 – Invalid extern alias for ‘/reference’; ‘{0}’ is not a valid identifier
C# Error CS0650 – Bad array declarator: To declare a managed array the rank specifier precedes the variable’s identifier. To declare a fixed size buffer field, use the fixed keyword before the field type.
C# Error CS0508 – ‘Type 1’: return type must be ‘Type 2’ to match overridden member ‘Member Name’
C# Error CS0610 – Field or property cannot be of type ‘{0}’
C# Error CS1677 – Parameter {0} should not be declared with the ‘{1}’ keyword
C# Error CS0683 – ‘{0}’ explicit method implementation cannot implement ‘{1}’ because it is an accessor
C# Error CS0075 – To cast a negative value, you must enclose the value in parentheses
C# Error CS0820 – Cannot initialize an implicitly-typed variable with an array initializer
C# Error CS0216 – The operator ‘operator’ requires a matching operator ‘missing_operator’ to also be defined
C# Error CS1508 – Resource identifier ‘{0}’ has already been used in this assembly
C# Error CS1613 – The managed coclass wrapper class ‘{0}’ for interface ‘{1}’ cannot be found (are you missing an assembly reference?)
C# Error CS1624 – The body of ‘{0}’ cannot be an iterator block because ‘{1}’ is not an iterator interface type
C# Error CS1586 – Array creation must have array size or array initializer
C# Error CS0204 – Only 65534 locals, including those generated by the compiler, are allowed
C# Error CS1535 – Overloaded unary operator ‘{0}’ takes one parameter
1
…
6
7
8
…
35