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...