Category: C#
C# Compiler Warning – CS8002 referenced assembly ‘{0}’ does not have
In this blog post, you’ll learn more about the C# Compiler Warning – CS8002 and the related message description C# Compiler Warning Code CS8002 C# Compiler Description for the Code :CS8002 Referenced assembly ‘{0}’ does not have a strong name.
C# Compiler Info – CS8040 skipping some types in analyzer assembly
In this blog post, you’ll learn more about the C# Compiler Info – CS8040 and the related message description C# Compiler Info Code CS8040 C# Compiler Description for the Code :CS8040 Skipping some types in analyzer assembly {0} due to a ReflectionTypeLoadException : {1}.
C# Compiler Warning – CS1570 xml comment has badly formed xml — ‘{0}’
In this blog post, you’ll learn more about the C# Compiler Warning – CS1570 and the related message description C# Compiler Warning Code CS1570 C# Compiler Description for the Code :CS1570 XML comment has badly formed XML — ‘{0}’
C# Compiler Error – CS0126 an object of a type convertible to ‘{0}’
In this blog post, you’ll learn more about the C# Compiler Error – CS0126 and the related message description C# Compiler Error Code CS0126 C# Compiler Description for the Code :CS0126 An object of a type convertible to ‘{0}’ is required
C# Compiler Error – CS8651 it is not legal to use nullable referenc
In this blog post, you’ll learn more about the C# Compiler Error – CS8651 and the related message description C# Compiler Error Code CS8651 C# Compiler Description for the Code :CS8651 It is not legal to use nullable reference type ‘{0}?’ in an as expression; use the underlying type ‘{0}’ instead.
C# Compiler Error – CS1636 __arglist is not allowed in the paramete
In this blog post, you’ll learn more about the C# Compiler Error – CS1636 and the related message description C# Compiler Error Code CS1636 C# Compiler Description for the Code :CS1636 __arglist is not allowed in the parameter list of iterators
C# Compiler Error – CS8312 use of default literal is not valid in t
In this blog post, you’ll learn more about the C# Compiler Error – CS8312 and the related message description C# Compiler Error Code CS8312 C# Compiler Description for the Code :CS8312 Use of default literal is not valid in this context
Application Tab in the Package Manifest file in Universal App
The Application tab in the package manifest file in the universal app lets the developers to set some of the application related information like name , description , default language etc. You can even restrict the preferred orientation of your app in this tab by selected one of the below options Landscape Portrait Landscape-flipped Portrait-flipped For a Windows Store App , you could set the…
C# Compiler Error – CS0734 the /moduleassemblyname option may only
In this blog post, you’ll learn more about the C# Compiler Error – CS0734 and the related message description C# Compiler Error Code CS0734 C# Compiler Description for the Code :CS0734 The /moduleassemblyname option may only be specified when building a target type of ‘module’
How to Programatically Send Email with attachments in Windows Phone 8.1 using C# ?
Below is a sample code snippet that demonstrates how to send email with attachments programmatically in Windows Phone 8.1 using C# . How to Programatically Send Email with attachments in Windows Phone 8.1 using C# ?
C# Compiler Error – CS0738 ‘{0}’ does not implement interface membe
In this blog post, you’ll learn more about the C# Compiler Error – CS0738 and the related message description C# Compiler Error Code CS0738 C# Compiler Description for the Code :CS0738 ‘{0}’ does not implement interface member ‘{1}’. ‘{2}’ cannot implement ‘{1}’ because it does not have the matching return type of ‘{3}’.
C# Compiler Error – CS2001 source file ‘{0}’ could not be found.
In this blog post, you’ll learn more about the C# Compiler Error – CS2001 and the related message description C# Compiler Error Code CS2001 C# Compiler Description for the Code :CS2001 Source file ‘{0}’ could not be found.