C# Compiler Errors

Showing 481 - 500 of 682 results
C# Error CS1705 – Assembly ‘{0}’ with identity ‘{1}’ uses ‘{2}’ which has a higher version than referenced assembly ‘{3}’...
C# Error CS1028 – Unexpected preprocessor directive Reason for the Error & Solution Unexpected preprocessor directive A was found but...
C# Error CS1017 – Catch clauses cannot follow the general catch clause of a try statement Reason for the Error...
C# Error CS1001 – Identifier expected Reason for the Error & Solution Identifier expected You did not supply an identifier....
C# Error CS1917 – Members of readonly field ‘{0}’ of type ‘{1}’ cannot be assigned with an object initializer because...
C# Error CS1529 – A using clause must precede all other elements defined in the namespace except extern alias declarations...
C# Compiler Error CS0267 – The partial modifier can only appear immediately before ‘class’, ‘record’, ‘struct’, ‘interface’, or a method...
C# Error CS1039 – Unterminated string literal Reason for the Error & Solution Unterminated string literal The compiler detected an...
C# Compiler Error CS0578 – The Conditional attribute is not valid on ‘function’ because its return type is not void...
C# Compiler Error CS0238 – ‘member’ cannot be sealed because it is not an override Reason for the Error You...
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...
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...