C# Compiler Errors

Showing 461 - 480 of 682 results
C# Compiler Error CS0199 – Fields of static readonly field ‘name’ cannot be passed ref or out (except in a...
C# Compiler Error CS0104 – ‘reference’ is an ambiguous reference between ‘identifier’ and ‘identifier’ Reason for the Error You will...
C# Error CS1026 – ) expected Reason for the Error & Solution ) expected An incomplete statement was found. A...
C# Error CS0719 – ‘{0}’: array elements cannot be of static type Reason for the Error & Solution ‘type’: array...
C# Compiler Error CS0271 – The property or indexer ‘property/indexer’ cannot be used in this context because the get accessor...
C# Compiler Error Message CS0021 – Cannot apply indexing with [] to an expression of type ‘type’ Reason for the...
C# Error CS0742 – A query body must end with a select clause or a group clause Reason for the...
C# Compiler Error CS0200 – Property or indexer ‘property’ cannot be assigned to — it is read only Reason for...
C# Error CS1517 – Invalid preprocessor expression Reason for the Error & Solution Invalid preprocessor expression The compiler encountered an...
C# Error CS1939 – Cannot pass the range variable ‘{0}’ as an out or ref parameter Reason for the Error...
C# Error CS8154 – The body of ‘{0}’ cannot be an iterator block because ‘{0}’ returns by reference Reason for...
C# Error CS2012 – Cannot open ‘{0}’ for writing — ‘{1}’ Reason for the Error & Solution Cannot open ‘file’...
C# Compiler Error CS0261 – Partial declarations of ‘type’ must be all classes, all structs, or all interfaces Reason for...
C# Error CS1632 – Control cannot leave the body of an anonymous method or lambda expression Reason for the Error...
C# Error CS0826 – No best type found for implicitly-typed array Reason for the Error & Solution No best type...
C# Error CS2017 – Cannot specify /main if building a module or library Reason for the Error & Solution Cannot...
C# Error CS0579 – Duplicate ‘{0}’ attribute Reason for the Error & Solution Duplicate ‘attribute’ attribute It is not possible...
C# Compiler Error CS0205 – Cannot call an abstract base member: ‘method’ Reason for the Error You will receive this...
C# Error CS1954 – The best overloaded method match ‘{0}’ for the collection initializer element cannot be used. Collection initializer...
C# Error CS8410 – ‘{0}’: type used in an asynchronous using statement must be implicitly convertible to ‘System.IAsyncDisposable’ or implement...