Showing 81 - 100 of 682 results
C# Error CS1932 – Cannot assign {0} to a range variable Reason for the Error & Solution Cannot assign ‘expression’...
C# Error CS1504 – Source file ‘{0}’ could not be opened — {1} Reason for the Error & Solution Source...
C# Error CS1922 – Cannot initialize type ‘{0}’ with a collection initializer because it does not implement ‘System.Collections.IEnumerable’ Reason for...
C# Error CS0835 – Cannot convert lambda to an expression tree whose type argument ‘{0}’ is not a delegate type...
C# Compiler Error CS0515 – ‘function’ : access modifiers are not allowed on static constructors Reason for the Error You’ll...
C# Error CS1528 – Expected ; or = (cannot specify constructor arguments in declaration) Reason for the Error & Solution...
C# Error CS2033 – Cannot create short filename ‘{0}’ when a long filename with the same short filename already exists...
C# Error CS1666 – You cannot use fixed size buffers contained in unfixed expressions. Try using the fixed statement. Reason...
C# Error CS1604 – Cannot assign to ‘{0}’ because it is read-only Reason for the Error & Solution Cannot assign...
C# Error CS2021 – File name ‘{0}’ is empty, contains invalid characters, has a drive specification without an absolute path,...
C# Error CS0730 – Cannot forward type ‘{0}’ because it is a nested type of ‘{1}’ Reason for the Error...
C# Error CS0815 – Cannot assign {0} to an implicitly-typed variable Reason for the Error & Solution Cannot assign ‘expression’...
C# Error CS8131 – Deconstruct assignment requires an expression with a type on the right-hand-side. Reason for the Error &...
C# Compiler Error Message CS0037 -Cannot convert null to ‘type’ because it is a non-nullable value type Reason for the...
C# Error CS1526 – A new expression requires an argument list or (), [], or {} after type Reason for...
C# Compiler Error CS0136 – A local variable named ‘var’ cannot be declared in this scope because it would give...
C# Error CS1031 – Type expected Reason for the Error & Solution Type expected A type parameter is expected. Example...
C# Error CS4033 – The ‘await’ operator can only be used within an async method. Consider marking this method with...
C# Compiler Error CS0112 – A static member ‘function’ cannot be marked as override, virtual or abstract Reason for the...
C# Compiler Error CS0431 – Cannot use alias ‘identifier’ with ‘::’ since the alias references a type. Use ‘.’ instead...