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...