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 CS2008 – No source files specified.
C# Error CS1510 – A ref or out value must be an assignable variable
C# Error CS0709 – ‘{1}’: cannot derive from static class ‘{0}’
C# Error CS0150 – A constant value is expected
C# Error CS8166 – Cannot return a parameter by reference ‘{0}’ because it is not a ref parameter
C# Error CS1512 – Keyword ‘base’ is not available in the current context
C# Error CS1952 – An expression tree lambda may not contain a method with variable arguments
C# Error CS0127 – Since ‘function’ returns void, a return keyword must not be followed by an object expression
C# Error CS1043 – { or ; expected
C# Error CS0270 – Array size cannot be specified in a variable declaration
C# Error CS1010 – Newline in constant
C# Error CS0721 – ‘{0}’: static types cannot be used as parameters
C# Error CS1663 – Fixed size buffer type must be one of the following: bool, byte, short, int, long, char, sbyte, ushort, uint, ulong, float or double
C# Error CS0695 – ‘{0}’ cannot implement both ‘{1}’ and ‘{2}’ because they may unify for some type parameter substitutions
C# Error CS0744 – Expected contextual keyword ‘equals’
C# Error CS1605 – Cannot use ‘{0}’ as a ref or out value because it is read-only
C# Error CS0433 – The type TypeName1 exists in both TypeName2 and TypeName3
C# Error CS0623 – Array initializers can only be used in a variable or field initializer. Try using a new expression instead.
C# Error CS1103 – The first parameter of an extension method cannot be of type ‘{0}’
C# Error CS1007 – Property accessor already defined
1
…
13
14
15
…
35