Category: C#

C# Compiler Error – CS1972 the indexer access needs to be dynamical

In this blog post, you’ll learn more about the C# Compiler Error – CS1972 and the related message description C# Compiler Error Code CS1972 C# Compiler Description for the Code :CS1972 The indexer access needs to be dynamically dispatched, but cannot be because it is part of a base access expression. Consider casting the dynamic arguments or eliminating the base access.

C# Compiler Error – CS4036 ‘{0}’ does not contain a definition for

In this blog post, you’ll learn more about the C# Compiler Error – CS4036 and the related message description C# Compiler Error Code CS4036 C# Compiler Description for the Code :CS4036 ‘{0}’ does not contain a definition for ‘{1}’ and no extension method ‘{1}’ accepting a first argument of type ‘{0}’ could be found (are you missing a using directive for ‘{2}’?)