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 CS0199 – Fields of static readonly field ‘name’ cannot be passed ref or out
C# Error CS0104 – ‘reference’ is an ambiguous reference between ‘identifier’ and ‘identifier’
C# Error CS1026 – ) expected
C# Error CS0719 – ‘{0}’: array elements cannot be of static type
C# Error CS0271 – The property or indexer ‘property/indexer’ cannot be used in this context because the get accessor is inaccessible
C# Error CS0021 – Cannot apply indexing with [] to an expression of type ‘type’
C# Error CS0742 – A query body must end with a select clause or a group clause
C# Error CS0200 – Property or indexer ‘property’ cannot be assigned to — it is read only
C# Error CS1517 – Invalid preprocessor expression
C# Error CS1939 – Cannot pass the range variable ‘{0}’ as an out or ref parameter
C# Error CS8154 – The body of ‘{0}’ cannot be an iterator block because ‘{0}’ returns by reference
C# Error CS2012 – Cannot open ‘{0}’ for writing — ‘{1}’
C# Error CS0261 – Partial declarations of ‘type’ must be all classes, all structs, or all interfaces
C# Error CS1632 – Control cannot leave the body of an anonymous method or lambda expression
C# Error CS0826 – No best type found for implicitly-typed array
C# Error CS2017 – Cannot specify /main if building a module or library
C# Error CS0579 – Duplicate ‘{0}’ attribute
C# Error CS0205 – Cannot call an abstract base member: ‘method’
C# Error CS1954 – The best overloaded method match ‘{0}’ for the collection initializer element cannot be used. Collection initializer ‘Add’ methods cannot have ref or out parameters.
C# Error CS8410 – ‘{0}’: type used in an asynchronous using statement must be implicitly convertible to ‘System.IAsyncDisposable’ or implement a suitable ‘DisposeAsync’ method.
1
…
23
24
25
…
35