Expand Minimize
This topic has not yet been rated - Rate this topic

Too many type arguments to extension method '<methodName>' defined in '<typeName>'

Visual Studio 2008

A generic extension method has been invoked with more type arguments than there are type parameters.

When you invoke a generic method, you must supply one type argument for each type parameter defined by that method.

Error ID: BC36591

To correct this error

  • Remove type arguments from your type argument list so that there is one for each type parameter defined by the generic method that you are invoking.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.