Category: C#
C# Compiler Error – CS8802 only one compilation unit can have top-l
In this blog post, you’ll learn more about the C# Compiler Error – CS8802 and the related message description C# Compiler Error Code CS8802 C# Compiler Description for the Code :CS8802 Only one compilation unit can have top-level statements.
How to Set the Windows Phone 8 icons in Visual Studio 2012?
You can set the icons for your Windows Phone 8 app in Visual Studio 2012 using the WMAppManifest.xml manifest file. The Visual Studio 2012 includes a GUI editor for editing WMAppManifest.xml manifest file. How to Set the Windows Phone 8 icons in Visual Studio 2012? You can find the WMAppManifest.xml, under the properties node of the project in the Visual Studio solution explorer. Just double…
C# Compiler Warning – CS0028 ‘{0}’ has the wrong signature to be an e
In this blog post, you’ll learn more about the C# Compiler Warning – CS0028 and the related message description C# Compiler Warning Code CS0028 C# Compiler Description for the Code :CS0028 ‘{0}’ has the wrong signature to be an entry point
C# Compiler Error – CS0450 ‘{0}’: cannot specify both a constraint
In this blog post, you’ll learn more about the C# Compiler Error – CS0450 and the related message description C# Compiler Error Code CS0450 C# Compiler Description for the Code :CS0450 ‘{0}’: cannot specify both a constraint class and the ‘class’ or ‘struct’ constraint
C# Compiler Error – CS1524 expected catch or finally
In this blog post, you’ll learn more about the C# Compiler Error – CS1524 and the related message description C# Compiler Error Code CS1524 C# Compiler Description for the Code :CS1524 Expected catch or finally
C# Compiler Warning – CS1712 type parameter ‘{0}’ has no matching typ
In this blog post, you’ll learn more about the C# Compiler Warning – CS1712 and the related message description C# Compiler Warning Code CS1712 C# Compiler Description for the Code :CS1712 Type parameter ‘{0}’ has no matching typeparam tag in the XML comment on ‘{1}’ (but other type parameters do)
How to Declare Array of Objects in C# ?
Do you want to declare an array of objects in your C# application ? . Below is a sample code snippet that demonstrates how to declare an integer array in C#. How to Declare Array of Objects in C# ?
Can i get the SMS or incoming Call information Programatically from a Windows Phone 8 App ?
Most of the developers have this question on whether they can access the SMS or incoming call information programmatically from a Windows Phone app . Can i get the SMS or incoming Call information Programatically from a Windows Phone 8 App ? Currently , the Windows Phone 8 SDK does not provide API’s to perform this.
C# Compiler Warning – CS8604 possible null reference argument for par
In this blog post, you’ll learn more about the C# Compiler Warning – CS8604 and the related message description C# Compiler Warning Code CS8604 C# Compiler Description for the Code :CS8604 Possible null reference argument for parameter ‘{0}’ in ‘{1}’.
C# Compiler Error – CS1625 cannot yield in the body of a finally cl
In this blog post, you’ll learn more about the C# Compiler Error – CS1625 and the related message description C# Compiler Error Code CS1625 C# Compiler Description for the Code :CS1625 Cannot yield in the body of a finally clause
C# Compiler Error – CS1763 ‘{0}’ is of type ‘{1}’. a default parame
In this blog post, you’ll learn more about the C# Compiler Error – CS1763 and the related message description C# Compiler Error Code CS1763 C# Compiler Description for the Code :CS1763 ‘{0}’ is of type ‘{1}’. A default parameter value of a reference type other than string can only be initialized with null
C# Compiler Warning – CS8670 object or collection initializer implici
In this blog post, you’ll learn more about the C# Compiler Warning – CS8670 and the related message description C# Compiler Warning Code CS8670 C# Compiler Description for the Code :CS8670 Object or collection initializer implicitly dereferences possibly null member ‘{0}’.