Category: C#
C# Compiler Error – CS1501 no overload for method ‘{0}’ takes {1} a
In this blog post, you’ll learn more about the C# Compiler Error – CS1501 and the related message description C# Compiler Error Code CS1501 C# Compiler Description for the Code :CS1501 No overload for method ‘{0}’ takes {1} arguments
How to fill an array with default values in C# ?
To fill an array with the default values in C# , you can use the Enumerable.Repeat method to do it. How to fill an array with default values in C# ? Below is a sample code illustrating the usage of the Enumerable.Repeat method to fill an array with default values.
C# Compiler Error – CS1618 cannot create delegate with ‘{0}’ becaus
In this blog post, you’ll learn more about the C# Compiler Error – CS1618 and the related message description C# Compiler Error Code CS1618 C# Compiler Description for the Code :CS1618 Cannot create delegate with ‘{0}’ because it or a method it overrides has a Conditional attribute
C# Compiler Warning – CS3008 identifier ‘{0}’ is not cls-compliant
In this blog post, you’ll learn more about the C# Compiler Warning – CS3008 and the related message description C# Compiler Warning Code CS3008 C# Compiler Description for the Code :CS3008 Identifier ‘{0}’ is not CLS-compliant
C# Compiler Error – CS8008 type ‘{0}’ forwarded to assembly ‘{1}’ c
In this blog post, you’ll learn more about the C# Compiler Error – CS8008 and the related message description C# Compiler Error Code CS8008 C# Compiler Description for the Code :CS8008 Type ‘{0}’ forwarded to assembly ‘{1}’ conflicts with type ‘{2}’ exported from module ‘{3}’.
C# Compiler Error – CS7013 name ‘{0}’ exceeds the maximum length al
In this blog post, you’ll learn more about the C# Compiler Error – CS7013 and the related message description C# Compiler Error Code CS7013 C# Compiler Description for the Code :CS7013 Name ‘{0}’ exceeds the maximum length allowed in metadata.
C# Compiler Error – CS0591 invalid value for argument to ‘{0}’ attr
In this blog post, you’ll learn more about the C# Compiler Error – CS0591 and the related message description C# Compiler Error Code CS0591 C# Compiler Description for the Code :CS0591 Invalid value for argument to ‘{0}’ attribute
C# Compiler Error – CS7030 cannot pass null for friend assembly nam
In this blog post, you’ll learn more about the C# Compiler Error – CS7030 and the related message description C# Compiler Error Code CS7030 C# Compiler Description for the Code :CS7030 Cannot pass null for friend assembly name
C# Compiler Error – CS8107 feature ‘{0}’ is not available in c# 7.0
In this blog post, you’ll learn more about the C# Compiler Error – CS8107 and the related message description C# Compiler Error Code CS8107 C# Compiler Description for the Code :CS8107 Feature ‘{0}’ is not available in C# 7.0. Please use language version {1} or greater.
C# Compiler Error – CS8075 an extension add method is not supported
In this blog post, you’ll learn more about the C# Compiler Error – CS8075 and the related message description C# Compiler Error Code CS8075 C# Compiler Description for the Code :CS8075 An extension Add method is not supported for a collection initializer in an expression lambda.
How to Launch the Device Wifi Settings App from the Windows Phone 8 App?
Below is a sample code snippet that demonstrated how the developers can use the ConnectionSettingsTask launcher to launch the windows phone device’s Wifi settings app from the Windows Phone 8 App. How to Launch the Device Wifi Settings App from the Windows Phone 8 App?
C# Compiler Warning – CS0108 ‘{0}’ hides inherited member ‘{1}’. use
In this blog post, you’ll learn more about the C# Compiler Warning – CS0108 and the related message description C# Compiler Warning Code CS0108 C# Compiler Description for the Code :CS0108 ‘{0}’ hides inherited member ‘{1}’. Use the new keyword if hiding was intended.