HomeCSharpPage 22

CSharp

Showing 421 - 440 of 961 results
C# Error CS0678 โ€“ โ€˜{0}โ€™: a field cannot be both volatile and readonly Reason for the Error & Solution โ€˜variableโ€™:...
The checked operator or block in C# can be used to invoke the overflow exception instead of silently skipping the...
C# Error CS1900 โ€“ Warning level must be zero or greater Reason for the Error & Solution Warning level must...
C# Error CS0656 โ€“ Missing compiler required member โ€˜{0}.{1}โ€™ Reason for the Error & Solution Missing compiler required member โ€˜object.memberโ€™...
C# Error CS1908 โ€“ The type of the argument to the DefaultParameterValue attribute must match the parameter type Reason for...
This program is designed to demonstrate how to display the current date in various formats using C#. It showcases different...
C# Compiler Error CS0156 โ€“ A throw statement with no arguments is not allowed outside of a catch clause Reason...
C# Error CS0731 โ€“ The type forwarder for type โ€˜{0}โ€™ in assembly โ€˜{1}โ€™ causes a cycle Reason for the Error...
C# Error CS1736 โ€“ Default parameter value for โ€˜{0}โ€™ must be a compile-time constant Reason for the Error & Solution...
C# Error CS1025 โ€“ Single-line comment or end-of-line expected Reason for the Error & Solution Single-line comment or end-of-line expected...
C# Error CS8178 โ€“ โ€˜awaitโ€™ cannot be used in an expression containing a call to โ€˜{0}โ€™ because it returns by...
C# Error CS1600 โ€“ Compilation cancelled by user Reason for the Error & Solution Compilation cancelled by user A compilation...
This C# program retrieves daylight saving time information for a specified time zone using the TimeZoneInfo class. Daylight saving time...
C# Error CS8175 โ€“ Cannot use ref local โ€˜{0}โ€™ inside an anonymous method, lambda expression, or query expression Reason for...
C# Compiler Error CS0154 โ€“ The property or indexer โ€˜propertyโ€™ cannot be used in this context because it lacks the...
C# Compiler Error CS0082 โ€“ Type โ€˜typeโ€™ already reserves a member called โ€˜nameโ€™ with the same parameter types Reason for...
If you are a C# developer and work with collections as well as LINQ/Entity Framework , you would have come...
C# Error CS1009 โ€“ Unrecognized escape sequence Reason for the Error & Solution Unrecognized escape sequence An unexpected character follows...
C# Compiler Error CS0432 โ€“ Alias โ€˜identifierโ€™ not found Reason for the Error Youโ€™ll get this error in your C#...
This is my second post of the series of the Number Converter for Windows Phone 7 sourcecode . In my...