Content Writing
Blogging
General
Analytics
How To
.NET
ASP.NET
Delphi
Excel
Outlook
Powerpoint
OutSystems
PowerShell
JavaScript
Windows
Excel
Word
PowerPoint
Azure
C#
Visual Studio
SQL Server
CSharp
C# Error CS0077 – The as operator must be used with a reference type or nullable type
C# Error CS0076 – The enumerator name ‘value__’ is reserved and cannot be used
C# Error CS0075 – To cast a negative value, you must enclose the value in parentheses
C# Error CS0073 – An add or remove accessor must have a body
C# Error CS0070 – The event ‘event’ can only appear on the left hand side of += or -=
C# Error CS0066 – ‘event’ : event property must have both add and remove accessors
How to Check if Time Zone is British Summer Time in C#?
C# Error CS0061 – Inconsistent accessibility: base interface is less accessible than interface
C# Error CS0060 – Inconsistent accessibility: base class ‘class1’ is less accessible than class ‘class2’
C# Error CS0054 – Inconsistent accessibility: indexer return type ‘type’ is less accessible than indexer ‘indexer’
C# Error CS0052 – Inconsistent accessibility: field type ‘type’ is less accessible than field ‘field’
C# Error CS0053 – Inconsistent accessibility: property type ‘type’ is less accessible than property ‘property’
C# Error CS0051 – Inconsistent accessibility: parameter type ‘type’ is less accessible than method
C# Error CS0050 – Inconsistent accessibility: return type ‘type’ is less accessible than method ‘method’
C# Error CS0039 – Cannot convert type ‘type1’ to ‘type2’ via a reference conversion, boxing conversion
C# Error CS0037 – Cannot convert null to ‘type’ because it is a non-nullable value type
C# Error CS0031 – Constant value ‘value’ cannot be converted to a ‘type’
C# Error CS0027 – Keyword ‘this’ is not available in the current context
C# Error CS0026 – Keyword ‘this’ is not valid in a static property, static method, or static field initializer
C# Error CS0023 – Operator ‘operator’ cannot be applied to operand of type ‘type’
1
2
…
13