HomeCSharpPage 41

CSharp

Showing 801 - 820 of 961 results
C# Compiler Error CS0073 – An add or remove accessor must have a body Reason for the Error You will...
This blog post will explain how you can use the TrimStart function in C# to remove leading zeros from a...
C# Error CS2006 – Command-line syntax error: Missing ‘{0}’ for ‘{1}’ option Reason for the Error & Solution Command-line syntax...
Here’s the list of some of the possible ways of array initializations in C# C# Tips and Tricks #21 –...
Few months back , I was making an R&D on the possibilities of reading and writing to/from the Excel file...
C# Error CS0596 – The Guid attribute must be specified with the ComImport attribute Reason for the Error & Solution...
C# Error CS0689 – Cannot derive from ‘{0}’ because it is a type parameter Reason for the Error & Solution...
C# Error CS1109 – Extension methods must be defined in a top level static class; {0} is a nested class...
There are several ways in which you can read a text file in to a string variable in C#. One...
C# Compiler Error CS0507 – ‘function1’ : cannot change access modifiers when overriding ‘access’ inherited member ‘function2’ Reason for the...
C# Error CS1623 – Iterators cannot have ref, in or out parameters Reason for the Error & Solution Iterators cannot...
C# Error CS0710 – Static classes cannot have instance constructors Reason for the Error & Solution Static classes cannot have...
C# Error CS1615 – Argument {0} may not be passed with the ‘{1}’ keyword Reason for the Error & Solution...
C# Compiler Error CS0528 – ‘interface’ is already listed in interface list Reason for the Error You’ll get this error...
C# Compiler Error CS0250 – Do not directly call your base class Finalize method. It is called automatically from your...
C# Error CS0716 – Cannot convert to static type ‘{0}’ Reason for the Error & Solution Cannot convert to static...
C# Compiler Error CS0234 – The type or namespace name ‘name’ does not exist in the namespace ‘namespace’ (are you...
C# Compiler Error CS0273 – The accessibility modifier of the ‘property_accessor’ accessor must be more restrictive than the property or...
C# Compiler Error CS0582 – The ConditionalAttribute is not valid on an interface member Reason for the Error You will...
C# Error CS1044 – Cannot use more than one type in a for, using, fixed, or declaration statement Reason for...