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