HomeCSharpPage 36

CSharp

Showing 701 - 720 of 961 results
C# Compiler Error CS0546 โ€“ โ€˜accessorโ€™ : cannot override because โ€˜propertyโ€™ does not have an overridable set accessor Reason for...
C# Error CS0755 โ€“ Both partial method declarations must be extension methods or neither may be an extension method Reason...
C# Error CS1056 โ€“ Unexpected character โ€˜{0}โ€™ Reason for the Error & Solution Unexpected character โ€˜characterโ€™ The C# compiler encountered...
C# Error CS1023 โ€“ Embedded statement cannot be a declaration or labeled statement Reason for the Error & Solution Embedded...
I had the privilege of working on some of the interesting languages like Delphi, Oxygene, C# etc. All the languages...
C# Compiler Error CS0193 โ€“ The * or -> operator must be applied to a pointer Reason for the Error...
C# Error CS9050 โ€“ A ref field cannot refer to a ref struct. Reason for the Error & Solution A...
C# Error CS0715 โ€“ โ€˜{0}โ€™: static classes cannot contain user-defined operators Reason for the Error & Solution โ€˜static classโ€™ :...
C# Error CS0745 โ€“ Expected contextual keyword โ€˜byโ€™ Reason for the Error & Solution Expected contextual keyword โ€˜byโ€™ The pattern...
C# Error CS1938 โ€“ The name โ€˜{0}โ€™ is not in scope on the right side of โ€˜equalsโ€™. Consider swapping the...
C# Error CS0576 โ€“ Namespace โ€˜{1}โ€™ contains a definition conflicting with alias โ€˜{0}โ€™ Reason for the Error & Solution Namespace...
This C# program is designed to interchange or swap the columns of a matrix. A matrix is a two-dimensional array...
C# Error CS0748 โ€“ Inconsistent lambda parameter usage; parameter types must be all explicit or all implicit Reason for the...
C# Compiler Error CS0144 โ€“ Cannot create an instance of the abstract class or interface โ€˜interfaceโ€™ Reason for the Error...
There may be a requirement of getting the user's IP address using ASP.NET and C# or VB .NET when a...
C# Compiler Error CS0543 โ€“ โ€˜enumerationโ€™ : the enumerator value is too large to fit in its type Reason for...
This C# program calculates and displays an upper triangular matrix based on user input. Problem Statement: The program takes the...
C# Error CS1913 โ€“ Member โ€˜{0}โ€™ cannot be initialized. It is not a field or property. Reason for the Error...
C# Error CS2013 โ€“ Invalid image base number โ€˜{0}โ€™ Reason for the Error & Solution Invalid image base number โ€˜valueโ€™...
C# Error CS0590 โ€“ User-defined operators cannot return void Reason for the Error & Solution User-defined operators cannot return void...